Removed headers that were accidently checked in.
Lots of compiling.
This commit is contained in:
parent
f759e35cd8
commit
71fa444424
47 changed files with 312 additions and 1049 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "3dc.h"
|
||||
|
||||
#include <sys\stat.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "inline.h"
|
||||
|
@ -600,11 +600,12 @@ void (*SetVideoMode[]) (void) = {
|
|||
|
||||
*/
|
||||
|
||||
void InitialiseSystem(HINSTANCE hInstance, int nCmdShow)
|
||||
|
||||
void InitialiseSystem()
|
||||
{
|
||||
BOOL rc;
|
||||
|
||||
HINSTANCE hInstance = 0;
|
||||
int nCmdShow = 1;
|
||||
|
||||
/*
|
||||
Pick up processor type
|
||||
*/
|
||||
|
@ -1764,15 +1765,6 @@ void InitPrintQueue(void)
|
|||
AND ONLY ONCE!!!!
|
||||
*/
|
||||
|
||||
#if debug || PreBeta
|
||||
extern LPDIRECTDRAWSURFACE lpDDDbgFont;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue