mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
- Fix some C4115 in typeof.h
svn path=/trunk/; revision=42810
This commit is contained in:
parent
484cbc2b77
commit
b1c4f00121
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@
|
||||||
#define __typeof_wchar unsigned short
|
#define __typeof_wchar unsigned short
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct IUnknown;
|
||||||
|
struct _tagIMEINFO;
|
||||||
|
struct tagSTYLEBUFW;
|
||||||
|
struct tagCANDIDATELIST;
|
||||||
|
struct tagIMEMENUITEMINFOW;
|
||||||
|
struct _xsltStylesheet;
|
||||||
|
struct jpeg_decompress_struct;
|
||||||
|
|
||||||
typedef struct IWineD3D * (__stdcall typeof(WineDirect3DCreate))(unsigned int, struct IUnknown *);
|
typedef struct IWineD3D * (__stdcall typeof(WineDirect3DCreate))(unsigned int, struct IUnknown *);
|
||||||
typedef struct IWineD3DClipper * (__stdcall typeof(WineDirect3DCreateClipper))(struct IUnknown *);
|
typedef struct IWineD3DClipper * (__stdcall typeof(WineDirect3DCreateClipper))(struct IUnknown *);
|
||||||
typedef int (__stdcall typeof(ImeInquire))(struct _tagIMEINFO *, __typeof_wchar *, const __typeof_wchar *);
|
typedef int (__stdcall typeof(ImeInquire))(struct _tagIMEINFO *, __typeof_wchar *, const __typeof_wchar *);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue