diff xrogue/mach_dep.h @ 139:0d151573bdb0

xrogue: compile out wizard mode by default.
author John "Elwin" Edwards
date Tue, 05 May 2015 12:07:12 -0400
parents e6179860cb76
children 7faf4568c295
line wrap: on
line diff
--- a/xrogue/mach_dep.h	Tue May 05 11:24:02 2015 -0400
+++ b/xrogue/mach_dep.h	Tue May 05 12:07:12 2015 -0400
@@ -19,6 +19,7 @@
 /*
  * define/undefine that the wizard commands exist
  */
+#undef WIZARD
 
 #if defined(_WIN32)
 #define fstat _fstat