mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[MSVC]
Fix typeof(WineDirect3DCreateClipper) definition for MSVC. svn path=/branches/cmake-bringup/; revision=49897
This commit is contained in:
@@ -25,7 +25,7 @@ struct _xsltStylesheet;
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user