First wave of changes:
Removed inclusion of Windows header files and remove some Windows-specific declarations.
This commit is contained in:
parent
190a6b306b
commit
d89eb0014e
8 changed files with 43 additions and 132 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue