7 lines
82 B
C
7 lines
82 B
C
#ifndef UTIL_CODEPAGE_H
|
|
#define UTIL_CODEPAGE_H
|
|
|
|
#define CP_SHIFT_JIS 932
|
|
|
|
#endif
|