mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[NDK]
Properly define RTLP_CURDIR_REF svn path=/trunk/; revision=55016
This commit is contained in:
@@ -1080,7 +1080,12 @@ typedef struct _CURDIR
|
||||
HANDLE Handle;
|
||||
} CURDIR, *PCURDIR;
|
||||
|
||||
typedef struct _RTLP_CURDIR_REF *PRTLP_CURDIR_REF;
|
||||
typedef struct _RTLP_CURDIR_REF
|
||||
{
|
||||
LONG RefCount;
|
||||
HANDLE Handle;
|
||||
} RTLP_CURDIR_REF, *PRTLP_CURDIR_REF;
|
||||
|
||||
typedef struct _RTL_RELATIVE_NAME_U
|
||||
{
|
||||
UNICODE_STRING RelativeName;
|
||||
|
||||
Reference in New Issue
Block a user