OSDN Git Service

* src/header.c: set `default_system_kanji_code' to Shift_JIS on mingw32.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 18 May 2002 15:46:49 +0000 (15:46 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 18 May 2002 15:46:49 +0000 (15:46 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@46 6a8cc165-1e22-0410-a132-eb4e3f353aba

src/header.c

index e1367de..eae1eb6 100644 (file)
@@ -22,7 +22,7 @@ char *optional_archive_delim = NULL;
 char *optional_system_delim = NULL;
 int optional_filename_case = NONE;
 
-#if defined(__CYGWIN__) || defined(__hpux)
+#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__hpux)
 /* Cygwin, HP-UX and other UNIX are able to use SJIS as native code. */
 int default_system_kanji_code = CODE_SJIS;
 #else