ultimatepp/uppsrc/plugin/pcre/Pcre.h
cxl 870d86e8ce RegExp: Mingw fix and GetMatchPos (thanks Domingo), Draw docs
git-svn-id: svn://ultimatepp.org/upp/trunk@1485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-10 07:29:29 +00:00

18 lines
228 B
C

#ifndef _plugin_pcre_pcre_h_
#define _plugin_pcre_pcre_h_
#include <Core/Core.h>
#ifdef PLATFORM_WIN32
#define PCRE_EXP_DECL extern
#endif
#include "lib/pcre.h"
NAMESPACE_UPP
#include "RegExp.h"
END_UPP_NAMESPACE
#endif