Author: sginsberg
Date: Thu Aug 20 19:15:46 2009
New Revision: 42810
URL:
http://svn.reactos.org/svn/reactos?rev=42810&view=rev
Log:
- Fix some C4115 in typeof.h
Modified:
trunk/reactos/include/reactos/wine/typeof.h
Modified: trunk/reactos/include/reactos/wine/typeof.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/typeo…
==============================================================================
--- trunk/reactos/include/reactos/wine/typeof.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/wine/typeof.h [iso-8859-1] Thu Aug 20 19:15:46 2009
@@ -15,6 +15,14 @@
#define __typeof_size __typeof_intptr
#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 *);