Bugfix
This commit is contained in:
@@ -7,15 +7,16 @@
|
|||||||
#include "PlatformFolders.hpp"
|
#include "PlatformFolders.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
#if __APPLE__
|
||||||
|
#include <TargetConditionals.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <winerror.h>
|
#include <winerror.h>
|
||||||
// For SHGetFolderPathW and various CSIDL "magic numbers"
|
// For SHGetFolderPathW and various CSIDL "magic numbers"
|
||||||
#include <shlobj.h>
|
#include <shlobj.h>
|
||||||
#include <utf8.h>
|
#include <utf8.h>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#if __APPLE__
|
|
||||||
#include <TargetConditionals.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace OpenVulkano
|
namespace OpenVulkano
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user