Sync with trunk r43000
[reactos.git] / reactos / dll / win32 / opengl32 / gl.c
index e1fb94d..87e868f 100644 (file)
@@ -22,7 +22,9 @@
 
 #include "opengl32.h"
 
+#if defined(_M_IX86)
 C_ASSERT(FIELD_OFFSET(TEB, glTable) == 0xbe8);
+#endif
 
 int WINAPI glEmptyFunc0( void ) { return 0; }
 int WINAPI glEmptyFunc4( long l1 ) { return 0; }