Commit 56f7209a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent eab56a5a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment