Re: [1/2] advapi32: Fix failures in the security tests compiled with PSDK headers.
14 Mar
2012
14 Mar
'12
6:40 p.m.
Dmitry Timoshkov <dmitry(a)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(a)winehq.org
5024
Age (days ago)
5024
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard