- Fix some C4115 in typeof.h

svn path=/trunk/; revision=42810
This commit is contained in:
Stefan Ginsberg 2009-08-20 17:15:46 +00:00
parent 484cbc2b77
commit b1c4f00121

View file

@ -16,6 +16,14 @@
#define __typeof_wchar unsigned short
#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 IWineD3DClipper * (__stdcall typeof(WineDirect3DCreateClipper))(struct IUnknown *);
typedef int (__stdcall typeof(ImeInquire))(struct _tagIMEINFO *, __typeof_wchar *, const __typeof_wchar *);