These defines have nothing to do with the log. Put in the "right"
place.
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
void GuestLog_Init(void);
void GuestLog_Log(const char *fmt, ...) PRINTF_DECL(1, 2);
-// I left DEFAULT_DEBUG in here because the vmx is still using it for now
-#if defined(VMX86_DEVEL)
-#define DEFAULT_MONITOR "debug"
-#define DEFAULT_DEBUG 1
-#elif defined(VMX86_BETA)
-#define DEFAULT_MONITOR "debug"
-#define DEFAULT_DEBUG 1
-#else
-#define DEFAULT_MONITOR "release"
-#define DEFAULT_DEBUG 0
-#endif
-
/*
* How many old log files to keep around.
#define NONCLIENTMETRICSINFO_V1_SIZE CCSIZEOF_STRUCT(NONCLIENTMETRICS, \
lfMessageFont)
+// I left DEFAULT_DEBUG in here because the vmx is still using it for now
+#if defined(VMX86_DEVEL)
+#define DEFAULT_MONITOR "debug"
+#define DEFAULT_DEBUG 1
+#elif defined(VMX86_BETA)
+#define DEFAULT_MONITOR "debug"
+#define DEFAULT_DEBUG 1
+#else
+#define DEFAULT_MONITOR "release"
+#define DEFAULT_DEBUG 0
+#endif
+
#endif // ifndef _VM_BASIC_DEFS_H_