David Adam : d3dx8: Rename d3dx_core_private.h to d3dx8_private.h.

Alexandre Julliard julliard at winehq.org
Tue Dec 18 07:34:53 CST 2007


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

Author: David Adam <david.adam.cnrs at gmail.com>
Date:   Mon Dec 17 23:08:16 2007 +0100

d3dx8: Rename d3dx_core_private.h to d3dx8_private.h.

---

 dlls/d3dx8/d3dx8_main.c                            |    3 +--
 .../d3dx8/{d3dx8core_private.h => d3dx8_private.h} |    8 ++++----
 dlls/d3dx8/d3dxbuffer.c                            |    2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dlls/d3dx8/d3dx8_main.c b/dlls/d3dx8/d3dx8_main.c
index 16c3740..c24aedc 100644
--- a/dlls/d3dx8/d3dx8_main.c
+++ b/dlls/d3dx8/d3dx8_main.c
@@ -30,8 +30,7 @@
 #include "winuser.h"
 #include "wine/debug.h"
 #include "wine/unicode.h"
-#include "d3dx8core.h"
-#include "d3dx8core_private.h"
+#include "d3dx8_private.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(d3d);
 
diff --git a/dlls/d3dx8/d3dx8core_private.h b/dlls/d3dx8/d3dx8_private.h
similarity index 93%
rename from dlls/d3dx8/d3dx8core_private.h
rename to dlls/d3dx8/d3dx8_private.h
index fb98b38..63cc91e 100644
--- a/dlls/d3dx8/d3dx8core_private.h
+++ b/dlls/d3dx8/d3dx8_private.h
@@ -18,14 +18,14 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#ifndef __WINE_D3DX8CORE_PRIVATE_H
-#define __WINE_D3DX8CORE_PRIVATE_H
+#ifndef __WINE_D3DX8_PRIVATE_H
+#define __WINE_D3DX8_PRIVATE_H
 
 #include <stdarg.h>
 
 #include "windef.h"
 #include "winbase.h"
-#include "d3dx8core.h"
+#include "d3dx8.h"
 
 /* Interfaces */
 typedef struct ID3DXBufferImpl ID3DXBufferImpl;
@@ -70,4 +70,4 @@ struct ID3DXFontImpl
   /* ID3DXFont fields */
 };
 
-#endif /*__WINE_D3DX8CORE_PRIVATE_H */
+#endif /*__WINE_D3DX8_PRIVATE_H */
diff --git a/dlls/d3dx8/d3dxbuffer.c b/dlls/d3dx8/d3dxbuffer.c
index 369714c..56591c0 100644
--- a/dlls/d3dx8/d3dxbuffer.c
+++ b/dlls/d3dx8/d3dxbuffer.c
@@ -31,7 +31,7 @@
 #include "wine/debug.h"
 
 #include "d3d8.h"
-#include "d3dx8core_private.h"
+#include "d3dx8_private.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(d3d);
 




More information about the wine-cvs mailing list