Implement Set/GetPrinterData[Ex].
[wine] / include / ole2ver.h
index a7b301c..6844ab5 100644 (file)
@@ -5,9 +5,24 @@
 #ifndef __WINE_OLE2VER_H
 #define __WINE_OLE2VER_H
 
-       /* OLE version */
+/*
+ * other versions rmm/rup:
+ * 23/639
+ * 23/700
+ * 23/730
+ * 23/824
+ *
+ * Win98 SE original files:
+ * COMPOBJ: CoBuildVersion 23/700
+ * OLE2: OleBuildVersion -> COMPOBJ.CoBuildVersion
+ * OLE32: CoBuildVersion and Ole~ 23/824 
+ *
+ * We probably should reorganize the OLE version stuff, i.e.
+ * use different values for every *BuildVersion function and Win version.
+ */
+
+/* bad: we shouldn't make use of it that globally ! */
 #define rmm             23
-#define rup            639
+#define rup            824
 
 #endif  /* __WINE_OLE2VER_H */
-