- Compile kernel32 using w32api.

- Fixed some packing issues in DDK headers (more to come).

svn path=/trunk/; revision=9664
This commit is contained in:
Filip Navara
2004-06-13 20:04:56 +00:00
parent 3aa5dd5be2
commit 6435dec245
29 changed files with 338 additions and 383 deletions
+1 -2
View File
@@ -72,9 +72,8 @@ typedef struct _KUSER_SHARED_DATA
#endif
#define SharedUserData ((KUSER_SHARED_DATA * const)KI_USER_SHARED_DATA)
#else
#ifndef __USE_W32API
#undef SharedUserData
#define SharedUserData ((KUSER_SHARED_DATA * const)USER_SHARED_DATA)
#endif /* !__USE_W32API */
#endif