- Fix compilation with MinGW + w32api and clean up warnings.
SVN r2505 (trunk)
This commit is contained in:
parent
e0bd67de5a
commit
3416a7fc47
9 changed files with 47 additions and 19 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#define DIRECTDRAW_VERSION 0x0300
|
||||
#define DIRECT3D_VERSION 0x0900
|
||||
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <ddraw.h>
|
||||
|
|
@ -51,6 +52,7 @@
|
|||
#include <ddraw.h>
|
||||
#include <d3d9.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#define USE_WINDOWS_DWORD
|
||||
#include "doomtype.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue