fixes, standalone works?
[ia32rtools.git] / c_auto.h
index 6451290..b316cac 100644 (file)
--- a/c_auto.h
+++ b/c_auto.h
@@ -32,3 +32,7 @@
 
 #define noreturn __attribute__((noreturn))
 
+#ifdef __WINE__
+#define PCVOID LPCVOID
+#define __VALIST __ms_va_list
+#endif