ultimatepp/uppsrc/plugin/pcre/Pcre.h
cxl 8ebdcbb0d5 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00

18 lines
214 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"
}
#endif