Created
February 3, 2014 05:18
-
-
Save tanitanin/8779192 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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