sync to trunk head (37853) (except rbuild changes)
[reactos.git] / reactos / dll / win32 / opengl32 / gl.c
index c5cff24..7c0f638 100644 (file)
@@ -22,7 +22,9 @@
  
 #include "opengl32.h"
 
+#if defined(_M_IX86)
 C_ASSERT(FIELD_OFFSET(TEB, glTable) == 0xbe8);
+#endif
 
 int WINAPI glEmptyFunc0() { return 0; }
 int WINAPI glEmptyFunc4( long l1 ) { return 0; }