aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/newt/KDWindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/newt/KDWindow.c')
-rwxr-xr-xsrc/native/newt/KDWindow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/native/newt/KDWindow.c b/src/native/newt/KDWindow.c
index 211db7ce7..2b9d6d737 100755
--- a/src/native/newt/KDWindow.c
+++ b/src/native/newt/KDWindow.c
@@ -63,15 +63,15 @@
// #define VERBOSE_ON 1
#ifdef VERBOSE_ON
- #define DBG_PRINT(...) fprintf(stderr, __VA_ARGS__)
+ #define DBG_PRINT(...) fprintf(stdout, __VA_ARGS__)
#else
#define DBG_PRINT(...)
#endif
#ifdef VERBOSE_ON
#ifdef _WIN32_WCE
- #define STDOUT_FILE "\\Storage Card\\jogl_demos\\stdout.txt"
- #define STDERR_FILE "\\Storage Card\\jogl_demos\\stderr.txt"
+ #define STDOUT_FILE "\\Storage Card\\stdout.txt"
+ #define STDERR_FILE "\\Storage Card\\stderr.txt"
#endif
#endif