Skip to content

Instantly share code, notes, and snippets.

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