X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=c_auto.h;fp=c_auto.h;h=b316cacb2e636fb91468592e2ba3d48f96d85478;hb=b74c31e30301a2e5c03e2947a5017af28bf94e65;hp=6451290903865e4ec4b765a60ed178b92b67d1f3;hpb=c0050df6e9d6eb81afacb0fa2d1910293dd2165e;p=ia32rtools.git diff --git a/c_auto.h b/c_auto.h index 6451290..b316cac 100644 --- 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