2 |
|
* Display_WIN32.h - C64 graphics display, emulator window handling, |
3 |
|
* WIN32 specific stuff |
4 |
|
* |
5 |
< |
* Frodo (C) 1994-1997,2002-2005 Christian Bauer |
5 |
> |
* Frodo (C) 1994-1997,2002-2009 Christian Bauer |
6 |
|
* |
7 |
|
* This program is free software; you can redistribute it and/or modify |
8 |
|
* it under the terms of the GNU General Public License as published by |
198 |
|
return display_modes; |
199 |
|
} |
200 |
|
|
201 |
< |
long ShowRequester(char *str, char *button1, char *button2) |
201 |
> |
long ShowRequester(const char *str, const char *button1, const char *button2) |
202 |
|
{ |
203 |
|
if (!TheDisplay) { |
204 |
|
MessageBox(hwnd, str, "Frodo", MB_OK | MB_ICONSTOP); |