Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
303b1a11
Commit
303b1a11
authored
Dec 17, 2007
by
David Adam
Committed by
Alexandre Julliard
Dec 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx8: Rename d3dx_core_private.h to d3dx8_private.h.
parent
9558fd0f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
d3dx8_main.c
dlls/d3dx8/d3dx8_main.c
+1
-2
d3dx8_private.h
dlls/d3dx8/d3dx8_private.h
+4
-4
d3dxbuffer.c
dlls/d3dx8/d3dxbuffer.c
+1
-1
No files found.
dlls/d3dx8/d3dx8_main.c
View file @
303b1a11
...
...
@@ -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
);
...
...
dlls/d3dx8/d3dx8
core
_private.h
→
dlls/d3dx8/d3dx8_private.h
View file @
303b1a11
...
...
@@ -18,14 +18,14 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_D3DX8
CORE
_PRIVATE_H
#define __WINE_D3DX8
CORE
_PRIVATE_H
#ifndef __WINE_D3DX8_PRIVATE_H
#define __WINE_D3DX8_PRIVATE_H
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "d3dx8
core
.h"
#include "d3dx8.h"
/* Interfaces */
typedef
struct
ID3DXBufferImpl
ID3DXBufferImpl
;
...
...
@@ -70,4 +70,4 @@ struct ID3DXFontImpl
/* ID3DXFont fields */
};
#endif
/*__WINE_D3DX8
CORE
_PRIVATE_H */
#endif
/*__WINE_D3DX8_PRIVATE_H */
dlls/d3dx8/d3dxbuffer.c
View file @
303b1a11
...
...
@@ -31,7 +31,7 @@
#include "wine/debug.h"
#include "d3d8.h"
#include "d3dx8
core
_private.h"
#include "d3dx8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment