Module: wine Branch: master Commit: ab2eb34a823e1c9af39dd1c26e218e140ec5b3d4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ab2eb34a823e1c9af39dd1c26e...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Feb 20 13:17:12 2013 +0100
psapi/tests: Define the required Windows version before including anything.
---
dlls/psapi/tests/psapi_main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/psapi/tests/psapi_main.c b/dlls/psapi/tests/psapi_main.c index 130c33e..b91add6 100644 --- a/dlls/psapi/tests/psapi_main.c +++ b/dlls/psapi/tests/psapi_main.c @@ -19,11 +19,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include <stdarg.h> - /* 0x0600 makes PROCESS_ALL_ACCESS not compatible with pre-Vista versions */ #define _WIN32_WINNT 0x0500
+#include <stdarg.h> + #include "ntstatus.h" #define WIN32_NO_STATUS