diff options
author | Sven Gothel <[email protected]> | 2010-11-01 20:20:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-01 20:20:18 +0100 |
commit | 79d306f154351e9c61167292a4dfced4bc1309cd (patch) | |
tree | 8869e3927974c1c3babe3b570cab80eda9dd0d77 /src/newt/native/WindowsWindow.c | |
parent | 2872350a7586976c9cddb9a9589b471c294ac5d9 (diff) |
Newt/Windows: Turn off native VERBOSE
Diffstat (limited to 'src/newt/native/WindowsWindow.c')
-rw-r--r-- | src/newt/native/WindowsWindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/WindowsWindow.c b/src/newt/native/WindowsWindow.c index 0737b1c2b..536a706ac 100644 --- a/src/newt/native/WindowsWindow.c +++ b/src/newt/native/WindowsWindow.c @@ -101,7 +101,7 @@ #include "NewtCommon.h" -#define VERBOSE_ON 1 +// #define VERBOSE_ON 1 // #define DEBUG_KEYS 1 #ifdef VERBOSE_ON |