Last change
on this file was 108, checked in by coas-nagasima, 8 years ago |
MIMEプロパティの変更
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
-
Property svn:mime-type
set to
text/x-chdr; charset=SHIFT_JIS
|
File size:
380 bytes
|
Line | |
---|
1 | #include "../ff.h"
|
---|
2 |
|
---|
3 | #if _USE_LFN != 0
|
---|
4 |
|
---|
5 | #if _CODE_PAGE == 932 /* Japanese Shift_JIS */
|
---|
6 | #include "cc932.c"
|
---|
7 | #elif _CODE_PAGE == 936 /* Simplified Chinese GBK */
|
---|
8 | #include "cc936.c"
|
---|
9 | #elif _CODE_PAGE == 949 /* Korean */
|
---|
10 | #include "cc949.c"
|
---|
11 | #elif _CODE_PAGE == 950 /* Traditional Chinese Big5 */
|
---|
12 | #include "cc950.c"
|
---|
13 | #else /* Small character-set */
|
---|
14 | #include "ccsbcs.c"
|
---|
15 | #endif
|
---|
16 |
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.