Commit 81e7d4a9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix incorrect preprocessor define for windows

parent 8c16ea1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>