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

This commit is contained in:
Alexandre Julliard 2013-02-20 13:17:12 +01:00
parent 3e6d0a373d
commit ab2eb34a82

View file

@ -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