Commit ab2eb34a authored by Alexandre Julliard's avatar Alexandre Julliard

psapi/tests: Define the required Windows version before including anything.

parent 3e6d0a37
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment