From 81e7d4a94259b90dd141829be57f36b3dc4ccb8a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 12 Aug 2017 00:35:50 -0400 Subject: [PATCH] fix incorrect preprocessor define for windows --- src/info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.cpp b/src/info.cpp index 9fcc24fde9..03eb1e10ed 100644 --- a/src/info.cpp +++ b/src/info.cpp @@ -45,7 +45,7 @@ #include #ifdef _WIN32 -#define PSAPI_VERSION=1 +#define PSAPI_VERSION 1 #include #include #include