X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=c_auto.h;h=b316cacb2e636fb91468592e2ba3d48f96d85478;hb=4eaff2673aa45e5d95420367337046aed432abba;hp=6451290903865e4ec4b765a60ed178b92b67d1f3;hpb=2b43685d53e68dd190218b8fb1b9b7b9cd522ff0;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