From 32546e22828e793e3881e1055acb72b6a044e331 Mon Sep 17 00:00:00 2001 From: Rat Date: Mon, 7 Jun 2010 19:10:55 +0200 Subject: added ace + vcproj for win --HG-- branch : trunk --- externals/ace/OS_NS_regex.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 externals/ace/OS_NS_regex.cpp (limited to 'externals/ace/OS_NS_regex.cpp') diff --git a/externals/ace/OS_NS_regex.cpp b/externals/ace/OS_NS_regex.cpp new file mode 100644 index 00000000000..62533a2f45a --- /dev/null +++ b/externals/ace/OS_NS_regex.cpp @@ -0,0 +1,10 @@ +// $Id: OS_NS_regex.cpp 80826 2008-03-04 14:51:23Z wotte $ + +#include "ace/OS_NS_regex.h" + +ACE_RCSID(ace, OS_NS_regex, "$Id: OS_NS_regex.cpp 80826 2008-03-04 14:51:23Z wotte $") + +#if !defined (ACE_HAS_INLINED_OSCALLS) +# include "ace/OS_NS_regex.inl" +#endif /* ACE_HAS_INLINED_OSCALLS */ + -- cgit v1.2.3