Add a comment explaining why CDLGetLongPathName[AW] and
IsJITInProgress have hardcoded ordinals.
This commit is contained in:
parent
5f08b9f7b0
commit
219e76fd06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue