Make mingw via cmake happy with _WIN32 in FS.CPP

This commit is contained in:
Mikhail Titov
2016-03-10 14:20:45 -06:00
parent 8791f382b3
commit 5a9ef57f78
+1 -1
View File
@@ -9,7 +9,7 @@
#include <algorithm>
#include <boost/filesystem.hpp>
#ifdef WIN32
#ifdef _WIN32
#include <shlobj.h>
#endif