Commit 303b1a11 authored by David Adam's avatar David Adam Committed by Alexandre Julliard

d3dx8: Rename d3dx_core_private.h to d3dx8_private.h.

parent 9558fd0f
......@@ -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);
......
......@@ -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 */
......@@ -31,7 +31,7 @@
#include "wine/debug.h"
#include "d3d8.h"
#include "d3dx8core_private.h"
#include "d3dx8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d);
......
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