mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Compile kernel32 using w32api.
- Fixed some packing issues in DDK headers (more to come). svn path=/trunk/; revision=9664
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user