Revert "Merge branch 'master' into jm-linux"

This reverts commit bbfefbf9ab, reversing
changes made to 48ba992ee7.
This commit is contained in:
Justin Marshall
2020-06-14 08:40:03 -07:00
parent 65013cc9d9
commit 2b84397244
11 changed files with 627 additions and 641 deletions
+614 -619
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -35,7 +35,7 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ifndef BUFFER_H
#include "BUFFER.H"
#include "buffer.h"
#endif
/*=========================================================================*/
+1 -1
View File
@@ -31,7 +31,7 @@
*-------------------------------------------------------------------------*
* Functions: *
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#include "GBUFFER.H"
#include "gbuffer.h"
/*=========================================================================*/
/* The following PRIVATE functions are in this file: */
-3
View File
@@ -41,10 +41,7 @@
//#include "function.h"
//#include "ems.h"
#ifdef WINDOWS
#include <keyboard.h>
#endif
#include "dipthong.h"
/***************************************************************************
+1 -1
View File
@@ -31,7 +31,7 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ifndef GBUFFER_H
#include "GBUFFER.H"
#include "gbuffer.h"
#include "misc.h"
#endif
+1 -1
View File
@@ -32,7 +32,7 @@
*/
#include <stdint.h>
#include "GBUFFER.H"
#include "gbuffer.h"
#include "MISC.H"
#include "WSA.H"
+1 -1
View File
@@ -44,7 +44,7 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ifndef GBUFFER_H
#include "GBUFFER.H"
#include "gbuffer.h"
#include "misc.h"
#endif
//#pragma inline
+2 -2
View File
@@ -31,7 +31,7 @@
#include <stdlib.h>
#include <time.h>
#include "MISC.H"
#include "misc.h"
@@ -180,4 +180,4 @@ RandNumb DD 12349876H
;----------------------------------------------------------------------------
END
#endif
#endif
+3 -8
View File
@@ -34,18 +34,13 @@
#ifndef MISC_H
#define MISC_H
#ifndef _WIN32 // Denzil 6/2/98 Watcom 11.0 complains without this check
// NO! This is wtong
//#define _WIN32
#endif // _WIN32
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN // eliminates unecessary definitions in windows.h
#ifndef _WIN32 // Denzil 6/2/98 Watcom 11.0 complains without this check
#define _WIN32
#endif // _WIN32
#include <windows.h>
#include <windowsx.h>
//#include <ddraw.h>
#endif
/*========================= C++ Routines ==================================*/
+1 -1
View File
@@ -15,7 +15,7 @@
*/
#include <stdint.h>
#include "GBUFFER.H"
#include "gbuffer.h"
#include "misc.h"
long __cdecl Buffer_To_Buffer(GraphicViewPortClass* vp, int x, int y, int w, int h, void* buffer, int length)
+2 -3
View File
@@ -48,9 +48,8 @@
#include <windows.h>
#include <windowsx.h>
#else
// THIS BLOCK IS WHOLE WAYS OF WRONG
// #include <windows.h>
// #include <windowsx.h>
#include <windows.h>
#include <windowsx.h>
#endif
// Note: SKB 4/11/94