From 81e7d4a94259b90dd141829be57f36b3dc4ccb8a Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
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 <algorithm>
 
 #ifdef _WIN32
-#define PSAPI_VERSION=1
+#define PSAPI_VERSION 1
 #include <windows.h>
 #include <stdint.h>
 #include <psapi.h>
-- 
GitLab