Author: tkreuzer
Date: Thu Dec 2 13:37:59 2010
New Revision: 49897
URL:
http://svn.reactos.org/svn/reactos?rev=49897&view=rev
Log:
[MSVC]
Fix typeof(WineDirect3DCreateClipper) definition for MSVC.
Modified:
branches/cmake-bringup/include/reactos/wine/typeof.h
Modified: branches/cmake-bringup/include/reactos/wine/typeof.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/include/reactos/w…
==============================================================================
--- branches/cmake-bringup/include/reactos/wine/typeof.h [iso-8859-1] (original)
+++ branches/cmake-bringup/include/reactos/wine/typeof.h [iso-8859-1] Thu Dec 2 13:37:59
2010
@@ -25,7 +25,7 @@
struct jpeg_decompress_struct;
typedef struct IWineD3D * (__stdcall typeof(WineDirect3DCreate))(unsigned int, struct
IUnknown *);
-typedef struct IWineD3DClipper * (__stdcall typeof(WineDirect3DCreateClipper))(struct
IUnknown *);
+typedef struct IWineD3DClipper * (__stdcall typeof(WineDirect3DCreateClipper))(void);
typedef int (__stdcall typeof(ImeInquire))(struct _tagIMEINFO *, __typeof_wchar *, const
__typeof_wchar *);
typedef int (__stdcall typeof(ImeConfigure))(void *, void *, unsigned int, void *);
typedef int (__stdcall typeof(ImeDestroy))(unsigned int);