partial ARM support
[ia32rtools.git] / c_auto.h
index c761daa..b316cac 100644 (file)
--- a/c_auto.h
+++ b/c_auto.h
@@ -14,7 +14,7 @@
 #define _BYTE BYTE
 #define _WORD WORD
 #define _DWORD DWORD
-#define _UNKNOWN char
+#define _UNKNOWN uint8_t
 #undef LOBYTE
 #undef LOWORD
 #undef HIBYTE
@@ -30,4 +30,9 @@
 
 #define memcpy_0 memcpy
 
+#define noreturn __attribute__((noreturn))
 
+#ifdef __WINE__
+#define PCVOID LPCVOID
+#define __VALIST __ms_va_list
+#endif