Move KitchenSync declaration into winlink.cpp

This commit is contained in:
pagefault
2003-11-22 20:58:26 +00:00
parent 5be1a8d403
commit 939514eada
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ extern "C" {
#include <dinput.h>
#include <winuser.h>
#include "resource.h"
//#include <fstream.h>
DWORD WindowWidth = 256;
DWORD WindowHeight = 224;
@@ -54,6 +53,7 @@ HWND hMainWindow;
extern "C"
{
HINSTANCE hInst;
unsigned char KitchenSync = 0;
}
LPDIRECTSOUND8 lpDirectSound = NULL;

View File

@@ -30,9 +30,9 @@ extern void ConvertJoyMap1(void);
extern void ConvertJoyMap2(void);
extern void displayparams(void);
extern void makeextension(void);
extern unsigned char KitchenSync;
int pccmdline(void);
extern int KitchenSync = 0;
extern unsigned char Palette0, SPC700sh, OffBy1Line, DSPDisable,
MMXSupport, Force8b, ForcePal, GUIClick, MouseDis,