1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-08 18:47:52 +00:00

Make mingw via cmake happy with _WIN32 in FS.CPP

This commit is contained in:
Mikhail Titov 2016-03-09 02:47:35 -06:00
parent 8791f382b3
commit 5a9ef57f78

2
FS.cpp
View File

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