From 6ec37b8f75e7496897bb1fed321bf6f5ee32d70d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 May 2017 00:15:54 +0000 Subject: enable ruby_w32_codepage on cygwin * debug.c, localeinit.c: enable ruby_w32_codepage on cygwin too. [ruby-core:81163] [Bug #13567] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- localeinit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'localeinit.c') diff --git a/localeinit.c b/localeinit.c index 1e1fd4fb29..544402b534 100644 --- a/localeinit.c +++ b/localeinit.c @@ -21,9 +21,7 @@ #if defined _WIN32 || defined __CYGWIN__ #define SIZEOF_CP_NAME ((sizeof(UINT) * 8 / 3) + 4) #define CP_FORMAT(buf, codepage) snprintf(buf, sizeof(buf), "CP%u", (codepage)) -#endif -#if defined _WIN32 extern UINT ruby_w32_codepage; #endif -- cgit v1.2.1