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; }