mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
Make mingw via cmake happy with _WIN32 in FS.CPP
This commit is contained in:
parent
8791f382b3
commit
5a9ef57f78
1 changed files with 1 additions and 1 deletions
2
FS.cpp
2
FS.cpp
|
@ -9,7 +9,7 @@
|
|||
#include <algorithm>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#include <shlobj.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue