mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Add missing constants
svn path=/trunk/; revision=22796
This commit is contained in:
@@ -192,6 +192,11 @@ typedef enum {
|
||||
BINDVERB_PUT = 0x2,
|
||||
BINDVERB_CUSTOM = 0x3
|
||||
} BINDVERB;
|
||||
typedef enum
|
||||
{
|
||||
BINDINFOF_URLENCODESTGMEDDATA = 0x1,
|
||||
BINDINFOF_URLENCODEDEXTRAINFO = 0x2
|
||||
} BINDINFOF;
|
||||
typedef enum {
|
||||
BINDF_ASYNCHRONOUS = 0x1,
|
||||
BINDF_ASYNCSTORAGE = 0x2,
|
||||
|
||||
Reference in New Issue
Block a user