adjust for newer mingw
[ia32rtools.git] / c_auto.h
index 5e4564b..d76e596 100644 (file)
--- a/c_auto.h
+++ b/c_auto.h
@@ -39,11 +39,6 @@ typedef struct {
 
 #define noreturn __attribute__((noreturn))
 
-#ifdef __WINE__
-#define PCVOID LPCVOID
-#define __VALIST __ms_va_list
-#endif
-
 static inline BOOL PtInRect_sa(LPCRECT r, int x, int y)
 {
   POINT p = { x, y };