Browse Source

Remove duplicate defines

included in both #4757 and #4755
pull/4756/head
Andrew James 4 years ago committed by Anders Jenbo
parent
commit
812d9f83dd
  1. 3
      Source/platform/locale.cpp

3
Source/platform/locale.cpp

@ -15,9 +15,6 @@
#define NOMINMAX 1
#define WIN32_LEAN_AND_MEAN
// clang-format off
// Suppress definitions of `min` and `max` macros by <windows.h>:
#define NOMINMAX 1
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winnls.h>
// clang-format on

Loading…
Cancel
Save