1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 12:42:11 +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
{