[Box Backup-commit] COMMIT r1281 - box/chris/general/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 10 Feb 2007 00:06:01 +0000
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