[Box Backup-commit] COMMIT r2491 - box/trunk/lib/win32

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Thu Apr 2 01:06:08 BST 2009


Author: chris
Date: 2009-04-02 01:06:07 +0100 (Thu, 02 Apr 2009)
New Revision: 2491

Modified:
   box/trunk/lib/win32/emu.h
Log:
Fix missing LOG_* defines on Windows.


Modified: box/trunk/lib/win32/emu.h
===================================================================
--- box/trunk/lib/win32/emu.h	2009-03-31 20:42:31 UTC (rev 2490)
+++ box/trunk/lib/win32/emu.h	2009-04-02 00:06:07 UTC (rev 2491)
@@ -257,6 +257,15 @@
 void closelog(void);
 void syslog  (int loglevel, const char *fmt, ...);
 
+#define LOG_LOCAL0 0
+#define LOG_LOCAL1 0
+#define LOG_LOCAL2 0
+#define LOG_LOCAL3 0
+#define LOG_LOCAL4 0
+#define LOG_LOCAL5 0
+#define LOG_LOCAL6 0
+#define LOG_DAEMON 0
+
 #ifndef __MINGW32__
 #define strtoll _strtoi64
 #endif




More information about the Boxbackup-commit mailing list