Le mar 09/09/2003 à 09:46, BiGgUn a écrit :
Hi all
When i try to compile wineproc , i got the following error: In file included from system.c:3: ../../include/psapi.h:25: parse error before "LPVOID" ../../include/psapi.h:25: warning: no semicolon at end of struct or union (...)
and many ohter like this.
Add #include <windef.h> as the third line in programs/wineproc/system.c (just before #include <psapi.h>).
It'll then compile correctly.
Vincent