Files
MINGW-packages/mingw-w64-opencollada-git/fix-pcre-type-conflict.patch
2018-05-11 09:39:03 +03:00

13 lines
375 B
Diff

--- opencollada/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h.orig 2018-05-11 09:12:32.764525000 +0300
+++ opencollada/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h 2018-05-11 09:12:43.762544300 +0300
@@ -13,8 +13,7 @@
#include "COLLADABUPrerequisites.h"
-struct real_pcre;
-typedef struct real_pcre pcre;
+#include <pcre.h>
namespace COLLADABU