mirror of https://github.com/odrling/Aegisub
libass_gdi_fontselect: don't redefine NOMINMAX
It's now defined in the build system itself
This commit is contained in:
parent
417ba4ff2d
commit
25a62f4f12
|
@ -23,7 +23,6 @@ extern "C" {
|
|||
#include <memory>
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Reference in New Issue