|
|
| version 1.2, 2004/06/18 16:58:11 | version 1.3, 2005/02/11 21:17:22 |
|---|---|
| Line 3 | Line 3 |
| extern "C" { | extern "C" { |
| #endif | #endif |
| extern const char mstr_fontcheck[]; | extern const OEMCHAR mstr_fontcheck[]; |
| extern const char mstr_ok[]; | extern const OEMCHAR mstr_ok[]; |
| extern const char mstr_cancel[]; | extern const OEMCHAR mstr_cancel[]; |
| extern const char mstr_abort[]; | extern const OEMCHAR mstr_abort[]; |
| extern const char mstr_retry[]; | extern const OEMCHAR mstr_retry[]; |
| extern const char mstr_ignore[]; | extern const OEMCHAR mstr_ignore[]; |
| extern const char mstr_yes[]; | extern const OEMCHAR mstr_yes[]; |
| extern const char mstr_no[]; | extern const OEMCHAR mstr_no[]; |
| extern const MENURES2 menures_minimize; | extern const MENURES2 menures_minimize; |
| extern const MENURES2 menures_close; | extern const MENURES2 menures_close; |
| Line 21 extern const MENURES2 menures_radio[3]; | Line 21 extern const MENURES2 menures_radio[3]; |
| extern const MENURES2 menures_check; | extern const MENURES2 menures_check; |
| extern const MENURES2 menures_scrbtn[2]; | extern const MENURES2 menures_scrbtn[2]; |
| extern const BYTE menures_slddat[]; | extern const UINT8 menures_slddat[]; |
| extern const UINT16 menures_sldpos[3][12]; | extern const UINT16 menures_sldpos[3][12]; |
| #ifdef __cplusplus | #ifdef __cplusplus |