1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 03:45:32 +00:00

Applying Gus's Windows fix2

This commit is contained in:
Jason Hooks 2011-10-18 21:04:31 -04:00
parent 0992f1e903
commit c52ae6825f

View file

@ -5,7 +5,10 @@
#include <cstring>
#include <windows.h>
#include <shobj.h>
#include <shlobj.h>
#include <Shlwapi.h>
#pragma comment(lib, "Shlwapi.lib")
namespace Files
{