mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
tamlin's work on compiling the kernel with another compiler than GCC. Patch by Mike Nordell.
svn path=/trunk/; revision=7460
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef __INCLUDE_NAPI_WIN32_H
|
||||
#define __INCLUDE_NAPI_WIN32_H
|
||||
|
||||
#include <pshpack1.h>
|
||||
|
||||
typedef struct _W32THREAD
|
||||
{
|
||||
PVOID MessageQueue;
|
||||
@@ -9,7 +11,10 @@ typedef struct _W32THREAD
|
||||
struct _KBDTABLES* KeyboardLayout;
|
||||
struct _DESKTOP_OBJECT* Desktop;
|
||||
DWORD MessagePumpHookValue;
|
||||
} __attribute__((packed)) W32THREAD, *PW32THREAD;
|
||||
} W32THREAD, *PW32THREAD;
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
|
||||
typedef struct _W32PROCESS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user