d3dx8: Rename d3dx_core_private.h to d3dx8_private.h.
This commit is contained in:
parent
9558fd0f32
commit
303b1a110d
|
@ -30,8 +30,7 @@
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/unicode.h"
|
#include "wine/unicode.h"
|
||||||
#include "d3dx8core.h"
|
#include "d3dx8_private.h"
|
||||||
#include "d3dx8core_private.h"
|
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(d3d);
|
WINE_DEFAULT_DEBUG_CHANNEL(d3d);
|
||||||
|
|
||||||
|
|
|
@ -18,14 +18,14 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __WINE_D3DX8CORE_PRIVATE_H
|
#ifndef __WINE_D3DX8_PRIVATE_H
|
||||||
#define __WINE_D3DX8CORE_PRIVATE_H
|
#define __WINE_D3DX8_PRIVATE_H
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "d3dx8core.h"
|
#include "d3dx8.h"
|
||||||
|
|
||||||
/* Interfaces */
|
/* Interfaces */
|
||||||
typedef struct ID3DXBufferImpl ID3DXBufferImpl;
|
typedef struct ID3DXBufferImpl ID3DXBufferImpl;
|
||||||
|
@ -70,4 +70,4 @@ struct ID3DXFontImpl
|
||||||
/* ID3DXFont fields */
|
/* ID3DXFont fields */
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /*__WINE_D3DX8CORE_PRIVATE_H */
|
#endif /*__WINE_D3DX8_PRIVATE_H */
|
|
@ -31,7 +31,7 @@
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
#include "d3d8.h"
|
#include "d3d8.h"
|
||||||
#include "d3dx8core_private.h"
|
#include "d3dx8_private.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(d3d);
|
WINE_DEFAULT_DEBUG_CHANNEL(d3d);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue