|
|
| version 1.6, 2005/02/09 20:11:36 | version 1.7, 2005/03/19 20:46:07 |
|---|---|
| Line 6 | Line 6 |
| #include "cpucore.h" | #include "cpucore.h" |
| static const OEMCHAR np2viewclass[] = OEMTEXT("NP2-ViewWindow"); | static const TCHAR np2viewclass[] = _T("NP2-ViewWindow"); |
| const OEMCHAR np2viewfont[] = OEMTEXT("£Í£Ó ¥´¥·¥Ã¥¯"); | const TCHAR np2viewfont[] = _T("£Í£Ó ¥´¥·¥Ã¥¯"); |
| NP2VIEW_T np2view[NP2VIEW_MAX]; | NP2VIEW_T np2view[NP2VIEW_MAX]; |
| extern HINSTANCE hInst; | extern HINSTANCE hInst; |