mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Francois Gouget <fgouget@free.fr>
- Add a comment explaining why CDLGetLongPathName[AW] and IsJITInProgress have hardcoded ordinals. svn path=/trunk/; revision=14104
This commit is contained in:
parent
33d7cd5d53
commit
aafd813531
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue