mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
Enable the C_ASSERT that validates our CONSRV structure matches the expected size.
svn path=/trunk/; revision=59906
This commit is contained in:
parent
2e04ff140b
commit
a30fba55c1
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ typedef struct _CONSRV_API_CONNECTINFO
|
|||
CONSOLE_START_INFO ConsoleStartInfo;
|
||||
} CONSRV_API_CONNECTINFO, *PCONSRV_API_CONNECTINFO;
|
||||
|
||||
//C_ASSERT(sizeof(CONSRV_API_CONNECTINFO) == 0x638);
|
||||
C_ASSERT(sizeof(CONSRV_API_CONNECTINFO) == 0x638);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue