Export GetLongPathName[A|W].

This commit is contained in:
Uwe Bonnes 2000-01-23 02:26:03 +00:00 committed by Alexandre Julliard
parent 4ef641326a
commit 9c55e6dc9d
1 changed files with 4 additions and 0 deletions

View File

@ -918,6 +918,10 @@ import ntdll.dll
900 stub VirtualFreeEx 900 stub VirtualFreeEx
901 stub WriteFileGather 901 stub WriteFileGather
#Win98 and higher
902 stdcall GetLongPathNameA (str long long) GetLongPathNameA
903 stdcall GetLongPathNameW (wstr long long) GetLongPathNameW
1346 stdcall PrivateLoadLibrary(str) PrivateLoadLibrary 1346 stdcall PrivateLoadLibrary(str) PrivateLoadLibrary
1545 stdcall PrivateFreeLibrary(long) PrivateFreeLibrary 1545 stdcall PrivateFreeLibrary(long) PrivateFreeLibrary