[Box Backup-dev] COMMIT r636 - box/chris/general/lib/common

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Thu, 6 Jul 2006 20:55:44 +0000 (GMT)


Author: chris
Date: 2006-07-06 20:55:40 +0000 (Thu, 06 Jul 2006)
New Revision: 636

Modified:
   box/chris/general/lib/common/BoxPlatform.h
Log:
* BoxPlatform.h
- Include the MSVC-specific config file and auto-generated version header
  automagically on Win32


Modified: box/chris/general/lib/common/BoxPlatform.h
===================================================================
--- box/chris/general/lib/common/BoxPlatform.h	2006-07-06 20:54:58 UTC (rev 635)
+++ box/chris/general/lib/common/BoxPlatform.h	2006-07-06 20:55:40 UTC (rev 636)
@@ -21,7 +21,12 @@
 
 #define PLATFORM_DEV_NULL			"/dev/null"
 
+#ifdef _MSC_VER
+#include "BoxConfig-MSVC.h"
+#include "BoxVersion.h"
+#else
 #include "BoxConfig.h"
+#endif
 
 #ifdef WIN32
 	// need msvcrt version 6.1 or higher for _gmtime64()