mirror of https://github.com/Chlumsky/msdfgen.git
Use WIN32_MEAN_AND_LEAN/Windows.h include for freetype-loader implementation
This commit is contained in:
parent
b7246c4f4a
commit
4ed56eb4ca
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
|
||||
#define MSDFGEN_WINDOWS
|
||||
#include <libloaderapi.h>
|
||||
#define WIN32_MEAN_AND_LEAN
|
||||
#include <Windows.h>
|
||||
#else
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue