[ros-kernel] COM+ and URLMON.DLL
Steven Edwards
steven_ed4153 at yahoo.com
Mon Aug 16 05:40:25 CEST 2004
Hi,
--- Betam4x <eek2121 at comcast.net> wrote:
> would you mind sending me this file so i can continue debugging
> firefox?
You need the following headers from the most recent Wine release and
the attached patch.
Thanks
Steven
? include/wine/urlmon.h
? include/wine/urlmon.idl
? include/wine/mapiguid.h
? include/wine/activscp.h
? include/wine/activscp.idl
? include/wine/dispex.h
? include/wine/dispex.idl
? include/wine/uuids.h
Index: lib/uuid/uuid.c
===================================================================
RCS file: /CVS/ReactOS/reactos/lib/uuid/uuid.c,v
retrieving revision 1.1
diff -u -r1.1 uuid.c
--- lib/uuid/uuid.c 2 Jan 2004 19:49:47 -0000 1.1
+++ lib/uuid/uuid.c 16 Aug 2004 11:20:59 -0000
@@ -19,6 +19,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
*/
+#include "config.h"
+#include "wine/port.h"
+
#include <stdarg.h>
#define COM_NO_WINDOWS_H
@@ -48,10 +51,13 @@
#include "shlguid.h"
#include "shlobj.h"
+//#include "shldisp.h"
#include "comcat.h"
-#if 0 /* FIXME */
#include "urlmon.h"
-#endif
+#include "mapiguid.h"
+#include "activscp.h"
+#include "dispex.h"
+//#include "mlang.h"
/* FIXME: cguids declares GUIDs but does not define their values */
@@ -59,19 +65,17 @@
#include "vfw.h"
-#if 0 /* FIXME */
#include "uuids.h"
-#endif
/* the GUID for these interfaces are already defined by dxguid.c */
+#ifndef __REACTOS__
#define __IReferenceClock_INTERFACE_DEFINED__
#define __IKsPropertySet_INTERFACE_DEFINED__
-#if 0 /* FIXME */
-#include "strmif.h"
-#endif
-#if 0 /* FIXME */
-#include "control.h"
-#endif
+//#include "strmif.h"
+//#include "control.h"
+#define __DDRAW_GUID_DEFINED__
+//#include "amstream.h"
+#endif /* __REACTOS__ */
/* GUIDs not declared in an exported header file */
DEFINE_GUID(IID_IDirectPlaySP,0xc9f6360,0xcc61,0x11cf,0xac,0xec,0x00,0xaa,0x00,0x68,0x86,0xe3);
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
More information about the Ros-kernel
mailing list