mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
psapi/tests: Define the required Windows version before including anything.
This commit is contained in:
parent
3e6d0a373d
commit
ab2eb34a82
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue