psapi/tests: Define the required Windows version before including anything.
This commit is contained in:
parent
3e6d0a373d
commit
ab2eb34a82
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue