From 219e76fd06ca8f6598e915d6711550acaebb7c7f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 8 Mar 2005 16:23:52 +0000 Subject: [PATCH] Add a comment explaining why CDLGetLongPathName[AW] and IsJITInProgress have hardcoded ordinals. --- dlls/urlmon/urlmon.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dlls/urlmon/urlmon.spec b/dlls/urlmon/urlmon.spec index 4ee155425d2..9112eea189f 100644 --- a/dlls/urlmon/urlmon.spec +++ b/dlls/urlmon/urlmon.spec @@ -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