mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 16:44:20 +08:00
[WINSRV]
Enable C_ASSERT only on x86. Fixes x64 build. svn path=/trunk/; revision=67006
This commit is contained in:
@@ -58,7 +58,9 @@ typedef struct _CONSOLE_STATE_INFO
|
||||
WCHAR ConsoleTitle[ANYSIZE_ARRAY];
|
||||
} CONSOLE_STATE_INFO, *PCONSOLE_STATE_INFO;
|
||||
|
||||
#ifdef _M_IX86
|
||||
C_ASSERT(sizeof(CONSOLE_STATE_INFO) == 0xD0);
|
||||
#endif
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user