imgui_impl_win32: Don't redefine WIN32_LEAN_AND_MEAN if already defined (#2014)

This commit is contained in:
Ryan Crandall 2018-08-09 08:32:31 -07:00 committed by omar
parent e3eb4111cc
commit 34203d5008
1 changed files with 2 additions and 0 deletions

View File

@ -8,7 +8,9 @@
#include "imgui.h"
#include "imgui_impl_win32.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#include <tchar.h>