Make mingw via cmake happy with _WIN32 in FS.CPP

pull/406/head
Mikhail Titov 8 years ago
parent 8791f382b3
commit 5a9ef57f78

@ -9,7 +9,7 @@
#include <algorithm>
#include <boost/filesystem.hpp>
#ifdef WIN32
#ifdef _WIN32
#include <shlobj.h>
#endif

Loading…
Cancel
Save