|
|
| version 1.17, 2004/08/12 18:22:54 | version 1.18, 2004/08/12 18:54:26 |
|---|---|
| Line 117 static void dispbmp(HINSTANCE hinst, HDC | Line 117 static void dispbmp(HINSTANCE hinst, HDC |
| // ---- | // ---- |
| #if defined(SUPPORT_RESUME) || defined(SUPPORT_STATSAVE) | #if defined(SUPPORT_RESUME) |
| static const OEMCHAR xmilresumeext[] = OEMTEXT(".sav"); | static const OEMCHAR xmilresumeext[] = OEMTEXT(".sav"); |
| #endif | #endif |
| #if defined(SUPPORT_STATSAVE) | #if defined(SUPPORT_STATSAVE) |
| Line 126 static const OEMCHAR str_statload[] = OE | Line 126 static const OEMCHAR str_statload[] = OE |
| #endif | #endif |
| #if defined(SUPPORT_RESUME) || defined(SUPPORT_STATSAVE) | #if defined(SUPPORT_RESUME) || defined(SUPPORT_STATSAVE) |
| static const OEMCHAR str_loaderr[] = OEMTEXT("Couldn't restart"); | static const OEMCHAR str_loaderr[] = OEMTEXT("Couldn't restart"); |
| static const OEMCHAR str_conflict[] = OEMTEXT("Conflict!\n\n%s\nContinue?"); | static const OEMCHAR str_conflict[] = OEMTEXT("Conflict!\n\n%s\nContinue?"); |
| Line 160 static void flagdelete(const OEMCHAR *ex | Line 159 static void flagdelete(const OEMCHAR *ex |
| file_delete(path); | file_delete(path); |
| } | } |
| static int flagload(const OEMCHAR *ext, const OEMCHAR *title, BOOL force) { | static int flagload(const OEMCHAR *ext, const OEMCHAR *title, BRESULT force) { |
| int ret; | int ret; |
| int id; | int id; |
| Line 199 static int flagload(const OEMCHAR *ext, | Line 198 static int flagload(const OEMCHAR *ext, |
| static void xmilcmd(HWND hWnd, UINT cmd) { | static void xmilcmd(HWND hWnd, UINT cmd) { |
| UINT update; | UINT update; |
| #if defined(SUPPORT_STATSAVE) | |
| OEMCHAR ext[16]; | OEMCHAR ext[16]; |
| #endif | |
| update = 0; | update = 0; |
| switch(cmd) { | switch(cmd) { |