Browse Source

Make mingw via cmake happy with _WIN32 in FS.CPP

pull/406/head
Mikhail Titov 8 years ago
parent
commit
5a9ef57f78
  1. 2
      FS.cpp

2
FS.cpp

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

Loading…
Cancel
Save