mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Fix compilation: include proper header for SHGetSpecialFolderPathW().
This commit is contained in:
@ -73,6 +73,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#if HS_BUILD_FOR_UNIX
|
#if HS_BUILD_FOR_UNIX
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#define MAX_PATH PATH_MAX
|
#define MAX_PATH PATH_MAX
|
||||||
|
#elif HS_BUILD_FOR_WIN32
|
||||||
|
#include <Shlobj.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user