Francois Gouget : winapi_check: FLOAT is a float.
Module: wine Branch: master Commit: 04a048327371d20ab101a737a2b558bc31c5b3bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=04a048327371d20ab101a737a2... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Aug 3 00:50:39 2007 +0200 winapi_check: FLOAT is a float. --- tools/winapi/win32.api | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api index c004da5..88d1d94 100644 --- a/tools/winapi/win32.api +++ b/tools/winapi/win32.api @@ -1288,7 +1288,6 @@ REFIID BOOL COLORREF DWORD -FLOAT HANDLE HBITMAP HBRUSH @@ -1316,6 +1315,10 @@ ULONG WORD int +%float + +FLOAT + %ptr ABORTPROC @@ -3269,6 +3272,7 @@ double %float float +FLOAT %long @@ -3277,7 +3281,6 @@ BYTE CALLCONV DISPID DWORD -FLOAT HCURSOR HICON HINSTANCE @@ -3507,11 +3510,14 @@ LPCSTR GLclampd GLdouble +%float + +FLOAT + %long BOOL DWORD -FLOAT GLbitfield GLboolean GLbyte
participants (1)
-
Alexandre Julliard