summaryrefslogtreecommitdiff
path: root/src/include/prototyp.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-05-04 15:17:55 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit9b449609fac7b23f2f9655ce2d766f1f56679ba4 (patch)
tree437781bff4f72b2d4bd3220f657a58ef516c18b5 /src/include/prototyp.h
parent361c1319328308341d00a8c6dacc28e6096dd041 (diff)
Removed SupportWindows95 and platform_pc macros.
Diffstat (limited to 'src/include/prototyp.h')
-rw-r--r--src/include/prototyp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/prototyp.h b/src/include/prototyp.h
index 5a84c89..71095b7 100644
--- a/src/include/prototyp.h
+++ b/src/include/prototyp.h
@@ -479,9 +479,7 @@ typedef struct screendescriptorblock {
int SDB_Width;
int SDB_Height;
int SDB_Depth;
- #if SupportWindows95
int SDB_ScreenDepth;
- #endif
int SDB_Size;
int SDB_DiagonalWidth;
@@ -593,9 +591,7 @@ typedef struct viewdescriptorblock {
int VDB_Width;
int VDB_Height;
int VDB_Depth;
- #if SupportWindows95
int VDB_ScreenDepth;
- #endif
int VDB_CentreX;
int VDB_CentreY;
@@ -865,9 +861,7 @@ typedef struct displayblock
SHAPEHEADER* ObShapeData;
- #if SupportWindows95
char * name;
- #endif
#if (SupportMorphing && LazyEvaluationForMorphing)
VECTORCH *ObMorphedPts;
@@ -1996,9 +1990,7 @@ typedef struct i_gouraud3dtexturepolygon_scan {
*/
-#if SupportWindows95
void ClearScreen(SCREENDESCRIPTORBLOCK *sdb, int Colour);
-#endif
void PlatformSpecificShowViewEntry(VIEWDESCRIPTORBLOCK *vdb, SCREENDESCRIPTORBLOCK *sdb);