|
|
| version 1.1, 2003/11/21 06:51:10 | 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 BYTE mstr_ok[]; | extern const OEMCHAR mstr_ok[]; |
| extern const BYTE mstr_cancel[]; | extern const OEMCHAR mstr_cancel[]; |
| extern const BYTE mstr_abort[]; | extern const OEMCHAR mstr_abort[]; |
| extern const BYTE mstr_retry[]; | extern const OEMCHAR mstr_retry[]; |
| extern const BYTE mstr_ignore[]; | extern const OEMCHAR mstr_ignore[]; |
| extern const BYTE mstr_yes[]; | extern const OEMCHAR mstr_yes[]; |
| extern const BYTE 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 |