fix incorrect preprocessor define for windows

This commit is contained in:
Axel Kohlmeyer 2017-08-12 00:35:50 -04:00
parent 8c16ea1bfc
commit 81e7d4a942
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#include <algorithm>
#ifdef _WIN32
#define PSAPI_VERSION=1
#define PSAPI_VERSION 1
#include <windows.h>
#include <stdint.h>
#include <psapi.h>