From d89eb0014e72da9fe561a5a150943d6b962c3dd9 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Wed, 4 Jul 2001 22:58:50 +0000 Subject: First wave of changes: Removed inclusion of Windows header files and remove some Windows-specific declarations. --- src/win95/aw.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/win95/aw.h') diff --git a/src/win95/aw.h b/src/win95/aw.h index 8e43f33..1b4fa3b 100644 --- a/src/win95/aw.h +++ b/src/win95/aw.h @@ -1,20 +1,6 @@ #ifndef _INCLUDED_AW_H_ #define _INCLUDED_AW_H_ -#include - -typedef IDirectDraw DDObject; -typedef IDirect3DDevice D3DDevice; -typedef IDirect3DTexture D3DTexture; -typedef IDirectDrawSurface DDSurface; -typedef IDirectDrawPalette DDPalette; - -#define GUID_D3D_TEXTURE IID_IDirect3DTexture -#define GUID_DD_SURFACE IID_IDirectDrawSurface - -typedef DDSURFACEDESC DD_SURFACE_DESC; -typedef DDSCAPS DD_S_CAPS; - struct AwBackupTexture; typedef struct AwBackupTexture * AW_BACKUPTEXTUREHANDLE; -- cgit v1.3