[1/2] advapi32: Fix failures in the security tests compiled with PSDK headers.

Alexandre Julliard julliard at winehq.org
Wed Mar 14 13:40:14 CDT 2012


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> @@ -22,6 +22,9 @@
>  #include <stdarg.h>
>  #include <stdio.h>
>  
> +/* 0x0600 makes PROCESS_ALL_ACCESS not compatible with pre-Vista versions */
> +#define _WIN32_WINNT 0x0500

This will break once the Wine headers are updated. If the definition is
not reliable the test should avoid it.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list