Re: cabinet: Implement Extract on top of FDI
9 Jan
2006
9 Jan
'06
7:27 p.m.
James Hawkins <truiken(a)gmail.com> writes:
@@ -30,6 +30,7 @@ #define NO_SHLWAPI_REG #include "shlwapi.h" #undef NO_SHLWAPI_REG +#include "msvcrt/fcntl.h"
You shouldn't use msvcrt headers if you are not importing msvcrt, this will cause trouble. Simply copy the definitions you need, like we already do for S_IREAD/IWRITE. -- Alexandre Julliard julliard(a)winehq.org
7280
Age (days ago)
7280
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard