Commit a8535c3b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

d3d9.h: Make include guard compatible with PSDK headers.

parent 936cb4ce
......@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_D3D9_H
#define __WINE_D3D9_H
#ifndef _D3D9_H_
#define _D3D9_H_
#ifndef DIRECT3D_VERSION
#define DIRECT3D_VERSION 0x0900
......@@ -2042,4 +2042,4 @@ IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion);
#endif /* defined(__cplusplus) */
#endif /* __WINE_D3D9_H */
#endif /* _D3D9_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