Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / include / reactos / subsys / win / conmsg.h
index 7409fd2..71284ce 100644 (file)
@@ -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
 {