mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 15:08:14 +00:00
[PSDK] Add missing URL_ESCAPE_AS_UTF8.
svn path=/trunk/; revision=70929
This commit is contained in:
parent
eaadf9f84a
commit
a12a32176f
1 changed files with 1 additions and 0 deletions
|
@ -1220,6 +1220,7 @@ typedef enum {
|
|||
#define URL_UNESCAPE_INPLACE 0x00100000
|
||||
|
||||
#define URL_FILE_USE_PATHURL 0x00010000
|
||||
#define URL_ESCAPE_AS_UTF8 0x00040000
|
||||
|
||||
#define URL_ESCAPE_SEGMENT_ONLY 0x00002000
|
||||
#define URL_ESCAPE_PERCENT 0x00001000
|
||||
|
|
Loading…
Reference in a new issue