From ffe25c975032a2231089be9c64338515622bfe42 Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 6 Dec 2017 15:41:29 -0300 Subject: [PATCH] Disable KEY_TRACE in she/win/window.cpp --- src/she/win/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/she/win/window.cpp b/src/she/win/window.cpp index 952ff47b4..c67423f15 100644 --- a/src/she/win/window.cpp +++ b/src/she/win/window.cpp @@ -27,7 +27,7 @@ #define SHE_WND_CLASS_NAME L"Aseprite.Window" -#define KEY_TRACE TRACE +#define KEY_TRACE(...) #define MOUSE_TRACE(...) // Gets the window client are in absolute/screen coordinates