Sync with trunk r63502.
[reactos.git] / include / reactos / idl / ms-dtyp.idl
index d2f3716..301da1a 100644 (file)
@@ -7,7 +7,7 @@ typedef int BOOL, *PBOOL, *LPBOOL;
 typedef unsigned char BYTE, *PBYTE, *LPBYTE;
 typedef unsigned long DWORD, *PDWORD, *LPDWORD;
 cpp_quote("#endif")
-cpp_quote("#ifndef _BASETSD_H")
+cpp_quote("#ifndef _BASETSD_H_")
 typedef unsigned int DWORD32;
 typedef unsigned __int64 DWORD64;
 cpp_quote("#endif")
@@ -15,55 +15,55 @@ cpp_quote("#endif")
 cpp_quote("#ifndef _WINDEF_H")
 typedef int INT, *LPINT;
 cpp_quote("#endif")
-cpp_quote("#ifndef _BASETSD_H")
+cpp_quote("#ifndef _BASETSD_H_")
 typedef signed char INT8;
 typedef signed short INT16;
 typedef signed int INT32;
 typedef signed __int64 INT64;
 cpp_quote("#endif")
-cpp_quote("#ifndef _BASETSD_H")
+cpp_quote("#ifndef _BASETSD_H_")
 typedef signed int LONG32;
 typedef signed __int64 LONG64;
 cpp_quote("#endif")
 typedef unsigned __int64 QWORD;
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef short SHORT;
 cpp_quote("#endif")
 typedef __int64 TIME;
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef char CHAR, *PCHAR;
 typedef unsigned char UCHAR, *PUCHAR;
 cpp_quote("#endif")
 cpp_quote("#ifndef _WINDEF_H")
 typedef unsigned int UINT;
 cpp_quote("#endif")
-cpp_quote("#ifndef _BASETSD_H")
+cpp_quote("#ifndef _BASETSD_H_")
 typedef unsigned char UINT8;
 typedef unsigned short UINT16;
 typedef unsigned int UINT32;
 typedef unsigned __int64 UINT64;
 cpp_quote("#endif")
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef unsigned long ULONG, *PULONG;
 cpp_quote("#endif")
-cpp_quote("#ifndef _BASETSD_H")
+cpp_quote("#ifndef _BASETSD_H_")
 typedef unsigned int ULONG32;
 typedef unsigned __int64 ULONG64;
 cpp_quote("#endif")
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef unsigned __int64 ULONGLONG;
 typedef unsigned short USHORT;
 cpp_quote("#endif")
 cpp_quote("#ifndef _WINDEF_H")
 typedef unsigned short WORD, *PWORD, *LPWORD;
 cpp_quote("#endif")
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef long LONG, *PLONG;
 cpp_quote("#endif")
 cpp_quote("#ifndef _WINDEF_H")
 typedef long *LPLONG;
 cpp_quote("#endif")
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef signed __int64 LONGLONG;
 cpp_quote("#endif")
 
@@ -74,10 +74,10 @@ cpp_quote("#ifndef __wtypes_h__")
 typedef double DOUBLE;
 cpp_quote("#endif")
 
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef BYTE BOOLEAN, *PBOOLEAN;
 cpp_quote("#endif")
-cpp_quote("#ifndef _BASETSD_H")
+cpp_quote("#ifndef _BASETSD_H_")
 #ifdef _WIN64
 typedef __int64 LONG_PTR;
 typedef unsigned __int64 ULONG_PTR;
@@ -89,22 +89,23 @@ typedef ULONG_PTR SIZE_T;
 typedef ULONG_PTR DWORD_PTR;
 cpp_quote("#endif")
 typedef DWORD NET_API_STATUS;
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef ULONGLONG DWORDLONG, *PDWORDLONG;
 cpp_quote("#endif")
 typedef DWORD HCALL;
 //typedef DWORD HRESULT;
 
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef void *HANDLE;
 typedef void /*VOID,*/ *PVOID;
 cpp_quote("#endif")
 cpp_quote("#ifndef __WINE_RPCDCE_H")
 typedef void *RPC_BINDING_HANDLE;
 cpp_quote("#endif")
-typedef [context_handle] void *PCONTEXT_HANDLE, *PPCONTEXT_HANDLE;
+typedef [context_handle] void *PCONTEXT_HANDLE;
+typedef PCONTEXT_HANDLE *PPCONTEXT_HANDLE;
 
-cpp_quote("#ifndef _WINNT_H")
+cpp_quote("#ifndef _WINNT_")
 typedef wchar_t WCHAR, *PWCHAR;
 cpp_quote("#if 0")
 typedef wchar_t UNICODE;