Author: fireball Date: Mon Mar 27 17:30:37 2006 New Revision: 21398
URL: http://svn.reactos.ru/svn/reactos?rev=21398&view=rev Log: - Fix incorrect RPCRTAPI definition - Add more languages to winnt.h (needed for further oleaut32 wine sync) - Moved some languages out of wine/winnt.h and changing their value to those in windows headers
Modified: trunk/reactos/include/reactos/wine/winnt.h trunk/reactos/include/rpc.h trunk/reactos/include/winnt.h
Modified: trunk/reactos/include/reactos/wine/winnt.h URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/include/reactos/wine/winnt.h... ============================================================================== --- trunk/reactos/include/reactos/wine/winnt.h (original) +++ trunk/reactos/include/reactos/wine/winnt.h Mon Mar 27 17:30:37 2006 @@ -33,9 +33,8 @@ #define LANG_BRETON 0x93
/* FIXME: these are not in the Windows header */ -#define LANG_GAELIC 0x3c +#define LANG_GAELIC 0x94 #define LANG_MALTESE 0x3a -#define LANG_MAORI 0x28 #define LANG_RHAETO_ROMANCE 0x17 #define LANG_SAAMI 0x3b #define LANG_SORBIAN 0x2e
Modified: trunk/reactos/include/rpc.h URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/include/rpc.h?rev=21398&... ============================================================================== --- trunk/reactos/include/rpc.h (original) +++ trunk/reactos/include/rpc.h Mon Mar 27 17:30:37 2006 @@ -17,12 +17,6 @@ #define RPC_UNICODE_SUPPORTED #endif
-#ifdef _RPCRT4_ -#define RPCRTAPI DECLSPEC_EXPORT -#else -#define RPCRTAPI DECLSPEC_IMPORT -#endif - #ifndef __MIDL_USER_DEFINED #define midl_user_allocate MIDL_user_allocate #define midl_user_free MIDL_user_free @@ -34,6 +28,7 @@ #define __RPC_USER __stdcall #define __RPC_STUB __stdcall #define RPC_ENTRY __stdcall +#define RPCRTAPI typedef void *I_RPC_HANDLE; typedef long RPC_STATUS;
Modified: trunk/reactos/include/winnt.h URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/include/winnt.h?rev=21398&am... ============================================================================== --- trunk/reactos/include/winnt.h (original) +++ trunk/reactos/include/winnt.h Mon Mar 27 17:30:37 2006 @@ -638,6 +638,7 @@ #define LANG_HEBREW 0x0d #define LANG_HUNGARIAN 0x0e #define LANG_ICELANDIC 0x0f +#define LANG_IRISH 0x3c #define LANG_ITALIAN 0x10 #define LANG_JAPANESE 0x11 #define LANG_KOREAN 0x12 @@ -646,7 +647,9 @@ #define LANG_POLISH 0x15 #define LANG_PORTUGUESE 0x16 #define LANG_ROMANIAN 0x18 +#define LANG_ROMANSH 0x17 #define LANG_RUSSIAN 0x19 +#define LANG_SAMI 0x3b #define LANG_CROATIAN 0x1a #define LANG_SERBIAN 0x1a #define LANG_SLOVAK 0x1b @@ -656,6 +659,7 @@ #define LANG_TURKISH 0x1f #define LANG_URDU 0x20 #define LANG_INDONESIAN 0x21 +#define LANG_UPPER_SORBIAN 0x2e #define LANG_UKRAINIAN 0x22 #define LANG_BELARUSIAN 0x23 #define LANG_SLOVENIAN 0x24 @@ -699,6 +703,7 @@ #define LANG_NEPALI 0x61 #define LANG_DIVEHI 0x65 #define LANG_INVARIANT 0x7f +#define LANG_MAORI 0x81 #define SUBLANG_NEUTRAL 0x00 #define SUBLANG_DEFAULT 0x01 #define SUBLANG_SYS_DEFAULT 0x02