[PSDK][XDK]
[reactos.git] / reactos / include / xdk / ntbasedef.h
index 5fb02c8..f41ea8f 100644 (file)
  #define PROBE_ALIGNMENT(_s) TYPE_ALIGNMENT($ULONG)
 #elif defined(_IA64_) || defined(_ARM_)
  #define PROBE_ALIGNMENT(_s) max((TYPE_ALIGNMENT(_s), TYPE_ALIGNMENT($ULONG))
-#else
- #error "unknown architecture"
+#elif !defined(RC_INVOKED)
+ #error "Unknown architecture"
 #endif
 
 #if defined(_WIN64)