Francois Gouget <fgouget(a)free.fr>
- Add a comment explaining why CDLGetLongPathName[AW] and
IsJITInProgress have hardcoded ordinals.
Modified: trunk/reactos/lib/urlmon/urlmon.spec
_____
Modified: trunk/reactos/lib/urlmon/urlmon.spec
--- trunk/reactos/lib/urlmon/urlmon.spec 2005-03-15 21:36:47 UTC
(rev 14103)
+++ trunk/reactos/lib/urlmon/urlmon.spec 2005-03-15 21:38:57 UTC
(rev 14104)
@@ -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
Show replies by date