include: Add missing include directives to d3d8.h and d3d9.h.

oldstable
Francois Gouget 2006-11-09 11:29:20 +01:00 committed by Alexandre Julliard
parent eab56a5abd
commit 56f7209a94
2 changed files with 12 additions and 0 deletions

View File

@ -23,9 +23,15 @@
#define DIRECT3D_VERSION 0x0800
#endif
#include <stdlib.h>
#define COM_NO_WINDOWS_H
#include <objbase.h>
#ifndef __WINESRC__
# include <windows.h>
#endif
#include <d3d8types.h>
#include <d3d8caps.h>

View File

@ -24,9 +24,15 @@
#define DIRECT3D_VERSION 0x0900
#endif
#include <stdlib.h>
#define COM_NO_WINDOWS_H
#include <objbase.h>
#ifndef __WINESRC__
# include <windows.h>
#endif
#include <d3d9types.h>
#include <d3d9caps.h>