pcre.patch 562 B

1234567891011121314
  1. diff -Naur OpenCOLLADA-1.6.62.orig/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h OpenCOLLADA-1.6.62/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
  2. --- OpenCOLLADA-1.6.62.orig/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h 2018-01-13 01:23:52.000000000 +0100
  3. +++ OpenCOLLADA-1.6.62/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h 2018-07-08 08:40:38.764948000 +0200
  4. @@ -13,8 +13,7 @@
  5. #include "COLLADABUPrerequisites.h"
  6. -struct real_pcre;
  7. -typedef struct real_pcre pcre;
  8. +#include "pcre.h"
  9. namespace COLLADABU