[D3DX9_36]

* Improve the GUIDs situation.
* Improve the main header.
CORE-7716

svn path=/trunk/; revision=61714
This commit is contained in:
Amine Khaldi 2014-01-20 11:15:56 +00:00
parent a63ee8722e
commit fc4f9522de
4 changed files with 21 additions and 5 deletions

View file

@ -21,6 +21,7 @@ list(APPEND SOURCE
util.c
volume.c
xfile.c
guid.c
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_36_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_36.def)

View file

@ -25,21 +25,19 @@
#include <config.h>
#include <wine/port.h>
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <initguid.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winnls.h>
#include <winuser.h>
#include <d3dx9.h>

View file

@ -0,0 +1,15 @@
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <initguid.h>
#include <d3dx9.h>
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */

View file

@ -21,6 +21,8 @@
#include "d3dx9_36_private.h"
#include <ole2.h>
#include <initguid.h>
#include <wincodec.h>
/* Wine-specific WIC GUIDs */