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
f8e559f7
Commit
f8e559f7
authored
Jan 24, 2005
by
Peter Berg Larsen
Committed by
Alexandre Julliard
Jan 24, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a simple d3drm.h header.
Corrected a copy/paste typo from d3dim.
parent
7a49e82d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
1 deletion
+27
-1
version.rc
dlls/d3drm/version.rc
+1
-1
Makefile.in
include/Makefile.in
+1
-0
d3drm.h
include/d3drm.h
+25
-0
No files found.
dlls/d3drm/version.rc
View file @
f8e559f7
...
...
@@ -17,7 +17,7 @@
*/
#define WINE_FILEDESCRIPTION_STR "Wine Direct3D Retained Mode Utility Functions"
#define WINE_FILENAME_STR "d3d
i
m.dll"
#define WINE_FILENAME_STR "d3d
r
m.dll"
#define WINE_FILEVERSION 5,0,2134,14
#define WINE_FILEVERSION_STR "5.0.2134.14"
#define WINE_PRODUCTVERSION 5,0,2134,14
...
...
include/Makefile.in
View file @
f8e559f7
...
...
@@ -68,6 +68,7 @@ WINDOWS_INCLUDES = \
d3d9types.h
\
d3dcaps.h
\
d3dhal.h
\
d3drm.h
\
d3dtypes.h
\
d3dvec.inl
\
d3dx8core.h
\
...
...
include/d3drm.h
0 → 100644
View file @
f8e559f7
/*
* Copyright (C) 2005 Peter Berg Larsen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __D3DRM_H__
#define __D3DRM_H__
#include <ddraw.h>
/* #include <d3drmobj.h> */
#endif
/* __D3DRM_H__ */
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