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