mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
18 lines
228 B
C
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
|