Skip to content

Instantly share code, notes, and snippets.

@tanitanin
Created February 3, 2014 05:18
Show Gist options
  • Save tanitanin/8779192 to your computer and use it in GitHub Desktop.
Save tanitanin/8779192 to your computer and use it in GitHub Desktop.
*** ruby-1.9.3-p484.origin/file.c 2013-07-10 10:33:05.000000000 +0900
--- ruby-1.9.3-p484/file.c 2014-02-03 14:17:21.054461600 +0900
***************
*** 4126,4132 ****
#ifdef __CYGWIN__
#include <winerror.h>
! extern unsigned long __attribute__((stdcall)) GetLastError(void);
#endif
static VALUE
--- 4126,4132 ----
#ifdef __CYGWIN__
#include <winerror.h>
! //extern unsigned long __attribute__((stdcall)) GetLastError(void);
#endif
static VALUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment