Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
*** 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