[Box Backup-commit] COMMIT r1410 - box/chris/merge/lib/win32
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 10 Mar 2007 19:01:11 +0000
Author: chris
Date: 2007-03-10 19:01:11 +0000 (Sat, 10 Mar 2007)
New Revision: 1410
Modified:
box/chris/merge/lib/win32/emu.h
Log:
Remove #define BOX_VERSION since we now get it from BoxVersion.h via
BoxPlatform.h when building with MSVC, and from the Makefiles when building
with MinGW. (refs #3, merges part of [634])
Modified: box/chris/merge/lib/win32/emu.h
===================================================================
--- box/chris/merge/lib/win32/emu.h 2007-03-10 18:57:00 UTC (rev 1409)
+++ box/chris/merge/lib/win32/emu.h 2007-03-10 19:01:11 UTC (rev 1410)
@@ -199,11 +199,6 @@
typedef int socklen_t;
#endif
-// I (re-)defined here for the moment; has to be removed later !!!
-#ifndef BOX_VERSION
-#define BOX_VERSION "0.09hWin32"
-#endif
-
#define S_IRGRP S_IWRITE
#define S_IWGRP S_IREAD
#define S_IROTH S_IWRITE | S_IREAD