Changeset 1233 for box/chris/general/lib/common/ExcludeList.cpp
- Timestamp:
- 29/12/2006 23:51:06 (5 years ago)
- File:
-
- 1 edited
-
box/chris/general/lib/common/ExcludeList.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/common/ExcludeList.cpp
r715 r1233 11 11 12 12 #ifdef HAVE_REGEX_H 13 #include <regex.h> 13 #ifdef WIN32 14 #include <pcreposix.h> 15 #else 16 #include <regex.h> 17 #endif // WIN32 14 18 #define EXCLUDELIST_IMPLEMENTATION_REGEX_T_DEFINED 15 19 #endif
Note: See TracChangeset
for help on using the changeset viewer.
