mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix compiling on Windows with Visual Studio
This commit is contained in:
parent
6901c5fae5
commit
c82ec8b210
4 changed files with 7 additions and 1 deletions
|
@ -45,6 +45,7 @@ namespace fs
|
|||
#include <windows.h>
|
||||
#include <shlwapi.h>
|
||||
#include <io.h>
|
||||
#include <direct.h>
|
||||
|
||||
std::vector<DirListNode> GetDirListing(const std::string &pathstring)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue