First wave of changes:

Removed inclusion of Windows header files and remove some Windows-specific
declarations.
This commit is contained in:
Steven Fuller 2001-07-04 22:58:50 +00:00 committed by Patryk Obara
parent 190a6b306b
commit d89eb0014e
8 changed files with 43 additions and 132 deletions

View file

@ -6,18 +6,10 @@
*/
#ifndef SupportWindows95
#if defined(_WIN32)||defined(WIN32)
#define SupportWindows95 1
#else
#define SupportWindows95 0
#endif
#endif
#if SupportWindows95
#include <ddraw.h>
#include <d3d.h>
#include "aw.h"
#ifndef SupportWindows95 /* Enable so that PC code is used */
#define SupportWindows95 1
#endif
#include "shpanim.h"