Document urlmon's hardcoded ordinals

Francois Gouget fgouget at free.fr
Tue Mar 8 05:23:52 CST 2005


As discussed on wine-devel, CDLGetLongPathName[AW] have hardcoded 
ordinals up until Windows 2000. So add a comment to the spec file 
explaining that we prefer to keep the hardcoded ordinals for 
compatibility with old software. Also add a comment mentioning the 
IsJITInProgress hardcoded ordinal although it's not implemented yet.

Changelog:

  * dlls/urlmon/urlmon.spec

    Add a comment explaining why CDLGetLongPathName[AW] and 
IsJITInProgress have hardcoded ordinals.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                             1 + e ^ ( i * pi ) = 0
-------------- next part --------------
Index: dlls/urlmon/urlmon.spec
===================================================================
RCS file: /var/cvs/wine/dlls/urlmon/urlmon.spec,v
retrieving revision 1.31
diff -u -p -r1.31 urlmon.spec
--- dlls/urlmon/urlmon.spec	30 Nov 2004 21:14:21 -0000	1.31
+++ dlls/urlmon/urlmon.spec	8 Mar 2005 09:55:56 -0000
@@ -1,5 +1,10 @@
+# Up until Windows 2000 these APIs have hardcoded ordinals.
+# Keep it that way for compatibility.
 1 stub CDLGetLongPathNameA
 2 stub CDLGetLongPathNameW
+# IsJITInProgress has a hardcoded ordinal on WinME and Windows 2000
+#3 stub IsJITInProgress
+
 @ stub AsyncGetClassBits
 @ stub AsyncInstallDistributionUnit
 @ stub BindAsyncMoniker


More information about the wine-patches mailing list