OSDN Git Service
(root)
/
lha
/
lha.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33fde8c
)
* src/header.c: set `default_system_kanji_code' to Shift_JIS on mingw32.
author
arai
<arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 18 May 2002 15:46:49 +0000
(15:46 +0000)
committer
arai
<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
patch
|
blob
|
history
diff --git
a/src/header.c
b/src/header.c
index
e1367de
..
eae1eb6
100644
(file)
--- a/
src/header.c
+++ b/
src/header.c
@@
-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