[Box Backup-commit] COMMIT r943 - box/chris/merge/lib/win32

subversion at fluffy.co.uk subversion at fluffy.co.uk
Sat Sep 2 12:39:39 BST 2006


Author: chris
Date: 2006-09-02 12:39:39 +0100 (Sat, 02 Sep 2006)
New Revision: 943

Modified:
   box/chris/merge/lib/win32/emu.cpp
Log:
(refs #3)

Remove dependency on Box.h and hence on lib/common


Modified: box/chris/merge/lib/win32/emu.cpp
===================================================================
--- box/chris/merge/lib/win32/emu.cpp	2006-09-02 11:32:38 UTC (rev 942)
+++ box/chris/merge/lib/win32/emu.cpp	2006-09-02 11:39:39 UTC (rev 943)
@@ -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