reactos/dll/directx/d3d9/d3d9_common.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

20 lines
528 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS ReactX
* FILE: dll/directx/d3d9/d3d9_common.h
* PURPOSE: d3d9.dll common functions, defines and macros
* PROGRAMERS: Gregor Brunmar <gregor (dot) brunmar (at) home (dot) se>
*/
#ifndef _D3D9_COMMON_H_
#define _D3D9_COMMON_H_
#define COBJMACROS
#include <windows.h>
#define DLLAPI __declspec(dllexport)
#define DX_D3D9_DEBUG 0x80000000
extern struct IDirect3D9Vtbl Direct3D9_Vtbl;
#endif // _D3D9_COMMON_H_