From 5c830368ec6b1027b2980c50872dc0ab83b78360 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 6 Jul 2003 18:42:55 +0000 Subject: [PATCH] Remove #ifdefs from comments, as they are ignored there. --- src/w32fns.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/w32fns.c b/src/w32fns.c index db87c7f9480..0c42e3ddc19 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -14263,15 +14263,11 @@ WINDOWS_CHARSET is a symbol that can be one of: w32-charset-ansi, w32-charset-default, w32-charset-symbol, w32-charset-shiftjis, w32-charset-hangeul, w32-charset-gb2312, w32-charset-chinesebig5, -#ifdef JOHAB_CHARSET w32-charset-johab, w32-charset-hebrew, w32-charset-arabic, w32-charset-greek, w32-charset-turkish, w32-charset-vietnamese, w32-charset-thai, w32-charset-easteurope, w32-charset-russian, w32-charset-mac, w32-charset-baltic, -#endif -#ifdef UNICODE_CHARSET w32-charset-unicode, -#endif or w32-charset-oem. CODEPAGE should be an integer specifying the codepage that should be used to display the character set, t to do no translation and output as Unicode, -- 2.39.2