Skip to content

Instantly share code, notes, and snippets.

@tanitanin
Created February 3, 2014 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanitanin/8779160 to your computer and use it in GitHub Desktop.
Save tanitanin/8779160 to your computer and use it in GitHub Desktop.
*** ruby-2.0.0-p353/file.c.origin 2014-02-03 14:10:23.019204500 +0900
--- ruby-2.0.0-p353/file.c 2014-02-03 14:10:50.577250200 +0900
***************
*** 4181,4187 ****
#ifdef __CYGWIN__
#include <winerror.h>
! extern unsigned long __attribute__((stdcall)) GetLastError(void);
#endif
static VALUE
--- 4181,4187 ----
#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