mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
Add missing constants
svn path=/trunk/; revision=22796
This commit is contained in:
parent
afe9ebf1f4
commit
19c1803cbb
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue