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

Alexandre Julliard julliard at winehq.org
Mon Jun 10 15:12:44 CDT 2013


Module: wine
Branch: master
Commit: a8535c3b23b4d645ccc7b1de7a643f2707f978dd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a8535c3b23b4d645ccc7b1de7a643f2707f978dd

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Jun 10 11:56:18 2013 +0200

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

---

 include/d3d9.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/d3d9.h b/include/d3d9.h
index 0f52d09..382b241 100644
--- a/include/d3d9.h
+++ b/include/d3d9.h
@@ -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_ */




More information about the wine-cvs mailing list