[TELNET] Don't compile it on MSVC
[reactos.git] / reactos / include / reactos / subsys / csr / csrsrv.h
index 055a742..2ed03b3 100644 (file)
@@ -225,7 +225,9 @@ typedef struct _CSR_SERVER_DLL
     PCSR_SHUTDOWNPROCESS_CALLBACK ShutdownProcessCallback;
     ULONG Unknown2[3];
 } CSR_SERVER_DLL, *PCSR_SERVER_DLL;
+#ifndef _WIN64
 C_ASSERT(FIELD_OFFSET(CSR_SERVER_DLL, SharedSection) == 0x3C);
+#endif
 
 typedef
 NTSTATUS