File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ static int php_check_dots(const char *element, int n)
178
178
#define MAXIMUM_REPARSE_DATA_BUFFER_SIZE ( 16 * 1024 )
179
179
180
180
typedef struct {
181
- zend_ulong ReparseTag ;
181
+ unsigned long ReparseTag ;
182
182
unsigned short ReparseDataLength ;
183
183
unsigned short Reserved ;
184
184
union {
@@ -187,7 +187,7 @@ typedef struct {
187
187
unsigned short SubstituteNameLength ;
188
188
unsigned short PrintNameOffset ;
189
189
unsigned short PrintNameLength ;
190
- zend_ulong Flags ;
190
+ unsigned long Flags ;
191
191
wchar_t ReparseTarget [1 ];
192
192
} SymbolicLinkReparseBuffer ;
193
193
struct {
@@ -201,7 +201,7 @@ typedef struct {
201
201
unsigned char ReparseTarget [1 ];
202
202
} GenericReparseBuffer ;
203
203
};
204
- } REPARSE_DATA_BUFFER ;
204
+ } REPARSE_DATA_BUFFER , * PREPARSE_DATA_BUFFER ;
205
205
206
206
#define SECS_BETWEEN_EPOCHS (__int64)11644473600
207
207
#define SECS_TO_100NS (__int64)10000000
You can’t perform that action at this time.
0 commit comments