Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tigawa/9034904 to your computer and use it in GitHub Desktop.
Save tigawa/9034904 to your computer and use it in GitHub Desktop.
diff -cr ruby-1.9.3-p194.orig/file.c ruby-1.9.3-p194/file.c
*** ruby-1.9.3-p194.orig/file.c 2014-02-16 23:23:54.439076800 +0900
--- ruby-1.9.3-p194/file.c 2014-02-16 23:11:13.350545000 +0900
***************
*** 3977,3983 ****
#ifdef __CYGWIN__
#include <winerror.h>
- extern unsigned long __attribute__((stdcall)) GetLastError(void);
#endif
static VALUE
--- 3977,3982 ----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment