Module: wine Branch: master Commit: 69553c2514bc6b56afb586aad08bb4040e25995f URL: http://source.winehq.org/git/wine.git/?a=commit;h=69553c2514bc6b56afb586aad0...
Author: Francois Gouget fgouget@free.fr Date: Sun Oct 26 23:39:27 2008 +0100
wined3d: Fix the WineDirect3DCreate() export.
---
dlls/wined3d/wined3d.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/wined3d.spec b/dlls/wined3d/wined3d.spec index fc36584..2f2677c 100644 --- a/dlls/wined3d/wined3d.spec +++ b/dlls/wined3d/wined3d.spec @@ -1,2 +1,2 @@ -@ stdcall WineDirect3DCreate(long long ptr) +@ stdcall WineDirect3DCreate(long ptr) @ stdcall WineDirect3DCreateClipper(ptr)