[Box Backup-commit] COMMIT r2766 - box/invisnet/vs2010/0.11/lib/common

subversion at boxbackup.org subversion at boxbackup.org
Sun Oct 3 03:31:43 BST 2010


Author: invisnet
Date: 2010-10-03 03:31:43 +0100 (Sun, 03 Oct 2010)
New Revision: 2766

Modified:
   box/invisnet/vs2010/0.11/lib/common/DebugAssertFailed.cpp
   box/invisnet/vs2010/0.11/lib/common/DebugMemLeakFinder.cpp
   box/invisnet/vs2010/0.11/lib/common/DebugPrintf.cpp
Log:
VS2010 has a problem with empty files...

Modified: box/invisnet/vs2010/0.11/lib/common/DebugAssertFailed.cpp
===================================================================
--- box/invisnet/vs2010/0.11/lib/common/DebugAssertFailed.cpp	2010-10-03 02:24:34 UTC (rev 2765)
+++ box/invisnet/vs2010/0.11/lib/common/DebugAssertFailed.cpp	2010-10-03 02:31:43 UTC (rev 2766)
@@ -7,10 +7,10 @@
 //
 // --------------------------------------------------------------------------
 
+#include "Box.h"
+
 #ifndef BOX_RELEASE_BUILD
 
-#include "Box.h"
-
 #include <stdio.h>
 
 #ifdef WIN32

Modified: box/invisnet/vs2010/0.11/lib/common/DebugMemLeakFinder.cpp
===================================================================
--- box/invisnet/vs2010/0.11/lib/common/DebugMemLeakFinder.cpp	2010-10-03 02:24:34 UTC (rev 2765)
+++ box/invisnet/vs2010/0.11/lib/common/DebugMemLeakFinder.cpp	2010-10-03 02:31:43 UTC (rev 2766)
@@ -8,10 +8,10 @@
 // --------------------------------------------------------------------------
 
 
+#include "Box.h"
+
 #ifndef BOX_RELEASE_BUILD
 
-#include "Box.h"
-
 #undef malloc
 #undef realloc
 #undef free

Modified: box/invisnet/vs2010/0.11/lib/common/DebugPrintf.cpp
===================================================================
--- box/invisnet/vs2010/0.11/lib/common/DebugPrintf.cpp	2010-10-03 02:24:34 UTC (rev 2765)
+++ box/invisnet/vs2010/0.11/lib/common/DebugPrintf.cpp	2010-10-03 02:31:43 UTC (rev 2766)
@@ -7,10 +7,10 @@
 //
 // --------------------------------------------------------------------------
 
+#include "Box.h"
+
 #ifndef BOX_RELEASE_BUILD
 
-#include "Box.h"
-
 #include <stdio.h>
 #include <stdarg.h>
 




More information about the Boxbackup-commit mailing list