Change include guard to win32

This commit is contained in:
duncanmcn
2020-07-22 14:53:47 +12:00
committed by GitHub
parent f87de6ccbd
commit 430a73b7b6

View File

@@ -3,7 +3,7 @@
#include <utility>
#if defined(_MSC_VER)
#if defined(_WIN32)
#include <windows.h>
namespace indicators {