mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[KERNEL32]
* Fix MSVC x64 build. svn path=/trunk/; revision=61892
This commit is contained in:
parent
c95a650a7e
commit
e933a21800
1 changed files with 2 additions and 0 deletions
|
@ -191,7 +191,9 @@ typedef struct _CONSRV_API_CONNECTINFO
|
|||
CONSOLE_START_INFO ConsoleStartInfo;
|
||||
} CONSRV_API_CONNECTINFO, *PCONSRV_API_CONNECTINFO;
|
||||
|
||||
#if defined(_M_IX86)
|
||||
C_ASSERT(sizeof(CONSRV_API_CONNECTINFO) == 0x638);
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue