include: Add missing include directives to d3d8.h and d3d9.h.
This commit is contained in:
parent
eab56a5abd
commit
56f7209a94
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue