Added system path stuff on Windows
Fixed typo in image loading
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
#if OS_WINDOWS
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#include <windows.h>
|
||||
#include <shlobj_core.h>
|
||||
#pragma warning(disable : 4201)
|
||||
#elif OS_LINUX
|
||||
#include <sys/types.h>
|
||||
|
||||
Reference in New Issue
Block a user