ports/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h
Kirill Ponomarev f18183c88c Fix build with pcre 8.42
PR:		220613
Submitted by:	adamw
2018-05-19 06:54:14 +00:00

13 lines
349 B
C++

--- COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h.orig 2018-03-26 12:11:34 UTC
+++ COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
@@ -13,8 +13,8 @@
#include "COLLADABUPrerequisites.h"
-struct real_pcre;
-typedef struct real_pcre pcre;
+struct real_pcre8_or_16;
+typedef struct real_pcre8_or_16 pcre;
namespace COLLADABU