[Box Backup-commit] COMMIT r1281 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Feb 10 00:06:01 GMT 2007


Author: chris
Date: 2007-02-10 00:06:00 +0000 (Sat, 10 Feb 2007)
New Revision: 1281

Modified:
   box/chris/general/lib/common/ExcludeList.cpp
Log:
Update to match new recommended installation of pcreposix.h as regex.h


Modified: box/chris/general/lib/common/ExcludeList.cpp
===================================================================
--- box/chris/general/lib/common/ExcludeList.cpp	2007-02-09 23:34:57 UTC (rev 1280)
+++ box/chris/general/lib/common/ExcludeList.cpp	2007-02-10 00:06:00 UTC (rev 1281)
@@ -10,11 +10,7 @@
 #include "Box.h"
 
 #ifdef HAVE_REGEX_H
-	#ifdef WIN32
-		#include <pcreposix.h>
-	#else
-		#include <regex.h>
-	#endif // WIN32
+	#include <regex.h>
 	#define EXCLUDELIST_IMPLEMENTATION_REGEX_T_DEFINED
 #endif
 




More information about the Boxbackup-commit mailing list