X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=c_auto.h;h=d76e59611f8594dcbdb0627641fe913e8b81ad97;hb=4328117e09febd7f518b2ac7bb0a81be4bd79c02;hp=5e4564bb86222321bae479d547596938b40b01a7;hpb=04abc5d640b0c379928b434a9c0df83d5f650788;p=ia32rtools.git 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 };