Changeset 21916 for trunk/include/win/ntdef.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/win/ntdef.h
r21419 r21916 9 9 #endif 10 10 11 #define NTAPI __stdcall 11 #define NTAPI __stdcall 12 12 13 13 #ifndef IN … … 27 27 #endif 28 28 29 #ifndef WINE_NTSTATUS_DECLARED 30 #define WINE_NTSTATUS_DECLARED 29 31 typedef LONG NTSTATUS; 32 #endif 33 #ifndef WINE_PNTSTATUS_DECLARED 34 #define WINE_PNTSTATUS_DECLARED 30 35 typedef NTSTATUS *PNTSTATUS; 36 #endif 31 37 38 typedef char *PSZ; 32 39 typedef CONST char *PCSZ; 33 40 34 41 typedef short CSHORT; 35 typedef CSHORT *PCSHORT; 42 typedef CSHORT *PCSHORT; 36 43 37 44 /* NT lowlevel Strings (handled by Rtl* functions in NTDLL) … … 73 80 #define OBJ_VALID_ATTRIBUTES 0x000003F2L 74 81 75 typedef struct _OBJECT_ATTRIBUTES 82 typedef struct _OBJECT_ATTRIBUTES 76 83 { ULONG Length; 77 84 HANDLE RootDirectory;
Note:
See TracChangeset
for help on using the changeset viewer.