Skip to content

Instantly share code, notes, and snippets.

@snmishra
Created March 23, 2016 16:17
Show Gist options
  • Save snmishra/3d33be082235cff0dd74 to your computer and use it in GitHub Desktop.
Save snmishra/3d33be082235cff0dd74 to your computer and use it in GitHub Desktop.
Patch for using capsulethunk in subversion swigutil_py.h
--- subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.h 2015-12-15 19:40:06.000000000 -0800
+++ subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.h 2015-12-15 19:34:05.000000000 -0800
@@ -39,6 +39,8 @@
#include "svn_client.h"
#include "svn_repos.h"
+#include "capsulethunk.h"
+
/* Define DLL export magic on Windows. */
#ifdef __cplusplus
extern "C" {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment