stdarg.h in winbase.h

Dimitrie O. Paun dimi at intelliware.ca
Wed Sep 3 13:41:25 CDT 2003


On Wed, 3 Sep 2003, Alexandre Julliard wrote:

> We have to include stdarg.h everywhere we include winbase.h, about 650
> files at last count. That's why we need some kind of script...

So, in other words, in Windows, the following program does not compile?

#include <winbase.h>

int main() { return 0; }

-- 
Dimi.




More information about the wine-devel mailing list