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

oldstable
Jacek Caban 2013-06-10 11:56:18 +02:00 committed by Alexandre Julliard
parent 936cb4ce7e
commit a8535c3b23
1 changed files with 3 additions and 3 deletions

View File

@ -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_ */