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
afa57da9
Commit
afa57da9
authored
Aug 31, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3drm: Use float instead of long in the spec file for 32-bit floating point values.
parent
8dc1c2ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
d3drm.spec
dlls/d3drm/d3drm.spec
+6
-6
No files found.
dlls/d3drm/d3drm.spec
View file @
afa57da9
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
@ stdcall D3DRMColorGetBlue(long)
@ stdcall D3DRMColorGetBlue(long)
@ stdcall D3DRMColorGetGreen(long)
@ stdcall D3DRMColorGetGreen(long)
@ stdcall D3DRMColorGetRed(long)
@ stdcall D3DRMColorGetRed(long)
@ stdcall D3DRMCreateColorRGB(
long long long
)
@ stdcall D3DRMCreateColorRGB(
float float float
)
@ stdcall D3DRMCreateColorRGBA(
long long long long
)
@ stdcall D3DRMCreateColorRGBA(
float float float float
)
@ stdcall D3DRMMatrixFromQuaternion(ptr ptr)
@ stdcall D3DRMMatrixFromQuaternion(ptr ptr)
@ stdcall D3DRMQuaternionFromRotation(ptr ptr
long
)
@ stdcall D3DRMQuaternionFromRotation(ptr ptr
float
)
@ stdcall D3DRMQuaternionMultiply(ptr ptr ptr)
@ stdcall D3DRMQuaternionMultiply(ptr ptr ptr)
@ stdcall D3DRMQuaternionSlerp(ptr ptr ptr
long
)
@ stdcall D3DRMQuaternionSlerp(ptr ptr ptr
float
)
@ stdcall D3DRMVectorAdd(ptr ptr ptr)
@ stdcall D3DRMVectorAdd(ptr ptr ptr)
@ stdcall D3DRMVectorCrossProduct(ptr ptr ptr)
@ stdcall D3DRMVectorCrossProduct(ptr ptr ptr)
@ stdcall D3DRMVectorDotProduct(ptr ptr)
@ stdcall D3DRMVectorDotProduct(ptr ptr)
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
@ stdcall D3DRMVectorNormalize(ptr)
@ stdcall D3DRMVectorNormalize(ptr)
@ stdcall D3DRMVectorRandom(ptr)
@ stdcall D3DRMVectorRandom(ptr)
@ stdcall D3DRMVectorReflect(ptr ptr ptr)
@ stdcall D3DRMVectorReflect(ptr ptr ptr)
@ stdcall D3DRMVectorRotate(ptr ptr ptr
long
)
@ stdcall D3DRMVectorRotate(ptr ptr ptr
float
)
@ stdcall D3DRMVectorScale(ptr ptr
long
)
@ stdcall D3DRMVectorScale(ptr ptr
float
)
@ stdcall D3DRMVectorSubtract(ptr ptr ptr)
@ stdcall D3DRMVectorSubtract(ptr ptr ptr)
@ stdcall Direct3DRMCreate(ptr)
@ stdcall Direct3DRMCreate(ptr)
@ stub DllCanUnloadNow
@ stub DllCanUnloadNow
...
...
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