uuid patch

Ove Kaaven ovehk at ping.uio.no
Sun Apr 15 11:10:57 CDT 2001


The GetDriverInfo GUIDs in ddrawi.h needs to be available to ddraw and
x11drv, but they are driver-specific GUIDs not likely to be used by app
code, and the other IDs included in uuid.c are of no use to x11drv (only
bloats it), so perhaps there's a more modular way to do this?

Log:
Ove Kaaven <ovek at transgaming.com>
Include the GUIDs in ddrawi.h in the libwine_uuid.a library.

Index: wine/ole/uuid.c
diff -u wine/ole/uuid.c:1.1.1.2 wine/ole/uuid.c:1.3
--- wine/ole/uuid.c:1.1.1.2	Sat Apr 14 18:57:27 2001
+++ wine/ole/uuid.c	Sat Apr 14 19:20:30 2001
@@ -42,6 +42,8 @@
 #include "dplobby.h"
 #include "dinput.h"
 
+#include "ddrawi.h"
+
 /* other GUIDs */
 
 #include "vfw.h"





More information about the wine-patches mailing list