Disable KEY_TRACE in she/win/window.cpp

This commit is contained in:
David Capello 2017-12-06 15:41:29 -03:00
parent 086445d9a1
commit ffe25c9750

View File

@ -27,7 +27,7 @@
#define SHE_WND_CLASS_NAME L"Aseprite.Window" #define SHE_WND_CLASS_NAME L"Aseprite.Window"
#define KEY_TRACE TRACE #define KEY_TRACE(...)
#define MOUSE_TRACE(...) #define MOUSE_TRACE(...)
// Gets the window client are in absolute/screen coordinates // Gets the window client are in absolute/screen coordinates