10 lines
157 B
C
10 lines
157 B
C
|
|
#ifndef _INCLUDE_PCRE2_H_
|
|
#define _INCLUDE_PCRE2_H_
|
|
|
|
#define PCRE2_CODE_UNIT_WIDTH 8
|
|
|
|
#include "../dist2/src/pcre2.h.generic"
|
|
|
|
|
|
#endif // _INCLUDE_PCRE2_H_
|