[Box Backup-commit] COMMIT r2461 - box/trunk/lib/common

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Sat Mar 21 20:48:38 GMT 2009


Author: chris
Date: 2009-03-21 20:48:37 +0000 (Sat, 21 Mar 2009)
New Revision: 2461

Modified:
   box/trunk/lib/common/BoxPlatform.h
Log:
Include emu.h on all platforms to support EMU_*_STAT.


Modified: box/trunk/lib/common/BoxPlatform.h
===================================================================
--- box/trunk/lib/common/BoxPlatform.h	2009-03-21 18:48:19 UTC (rev 2460)
+++ box/trunk/lib/common/BoxPlatform.h	2009-03-21 20:48:37 UTC (rev 2461)
@@ -172,9 +172,10 @@
 
 #ifdef WIN32
 	#define WIN32_LEAN_AND_MEAN
-	#include "emu.h"
 #endif
 
+#include "emu.h"
+
 // Solaris has no dirfd(x) macro or function, and we need one for
 // intercept tests. We cannot define macros with arguments directly 
 // using AC_DEFINE, so do it here instead of in configure.ac.




More information about the Boxbackup-commit mailing list