cabinet: Implement Extract on top of FDI

Alexandre Julliard julliard at winehq.org
Mon Jan 9 13:27:51 CST 2006


James Hawkins <truiken at 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 at winehq.org



More information about the wine-devel mailing list