keep it compiling with msvc.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2594
This commit is contained in:
parent
132bbffb68
commit
550e61640f
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: sdlmain.cpp,v 1.114 2006-04-11 19:02:33 qbix79 Exp $ */
|
||||
/* $Id: sdlmain.cpp,v 1.115 2006-04-12 18:52:50 qbix79 Exp $ */
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
|
@ -206,7 +206,7 @@ struct SDL_Block {
|
|||
|
||||
static SDL_Block sdl;
|
||||
|
||||
extern char * RunningProgram;
|
||||
extern const char* RunningProgram;
|
||||
extern bool CPU_CycleAuto;
|
||||
//Globals for keyboard initialisation
|
||||
bool startup_state_numlock=false;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: hardware.cpp,v 1.16 2006-03-29 13:51:58 harekiet Exp $ */
|
||||
/* $Id: hardware.cpp,v 1.17 2006-04-12 18:52:50 qbix79 Exp $ */
|
||||
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
|
@ -37,7 +37,7 @@
|
|||
#endif
|
||||
|
||||
static char * capturedir;
|
||||
extern char * RunningProgram;
|
||||
extern const char* RunningProgram;
|
||||
Bitu CaptureState;
|
||||
|
||||
#define WAVE_BUF 16*1024
|
||||
|
|
Loading…
Add table
Reference in a new issue