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

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Oct 27 20:11:56 BST 2006


Author: chris
Date: 2006-10-27 20:11:56 +0100 (Fri, 27 Oct 2006)
New Revision: 1116

Modified:
   box/trunk/lib/win32/emu.cpp
Log:
Remove dependency on Box.h and hence on lib/common.


Modified: box/trunk/lib/win32/emu.cpp
===================================================================
--- box/trunk/lib/win32/emu.cpp	2006-10-27 19:11:16 UTC (rev 1115)
+++ box/trunk/lib/win32/emu.cpp	2006-10-27 19:11:56 UTC (rev 1116)
@@ -3,15 +3,13 @@
 // Need at least 0x0500 to use GetFileSizeEx on Cygwin/MinGW
 #define WINVER 0x0500
 
-#include "Box.h"
+#include "emu.h"
 
 #ifdef WIN32
 
-// #include "emu.h"
-
-#include <windows.h>
+#include <assert.h>
 #include <fcntl.h>
-// #include <atlenc.h>
+#include <windows.h>
 
 #ifdef HAVE_UNISTD_H
 	#include <unistd.h>




More information about the Boxbackup-commit mailing list