Hello. In dlls/shell32/shellguid.c, some GUIDs are redefined. So if you want to compile with --disable-dll, remove #include "shlwapi.h" in dlls/shell32/shellguid.c and add #include "shlwapi.h" in ole/guid.c. ----- Hidenori Takeshima
- Re: Wine fails to compile with --disable-dll robert w hall
- H.Takeshima