Skip to content

Instantly share code, notes, and snippets.

@vspy
Created October 18, 2011 07:06
Show Gist options
  • Save vspy/1294786 to your computer and use it in GitHub Desktop.
Save vspy/1294786 to your computer and use it in GitHub Desktop.
winexe1.00 mac os x patch
diff -Naur winexe-1.00-orig/source4/winexe/winexe.h winexe-1.00/source4/winexe/winexe.h
--- winexe-1.00-orig/source4/winexe/winexe.h 2011-06-18 00:00:00.000000000 +0000
+++ winexe-1.00/source4/winexe/winexe.h 2011-06-18 00:00:00.000000000 +0000
@@ -63,7 +63,7 @@
int async_write(struct async_context *c, const void *buf, int len);
int async_close(struct async_context *c);
-struct tevent_context *ev_ctx;
+extern struct tevent_context *ev_ctx;
/* winexesvc32_exe.c */
extern unsigned int winexesvc32_exe_len;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment