X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ia32rtools.git;a=blobdiff_plain;f=c_auto.h;h=d76e59611f8594dcbdb0627641fe913e8b81ad97;hp=5e4564bb86222321bae479d547596938b40b01a7;hb=09fe1097c643350b0dc62a66823682b285fd2ae4;hpb=865f1acac49aa6648651de91c1b27396f8679ef1 diff --git a/c_auto.h b/c_auto.h index 5e4564b..d76e596 100644 --- 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 };