Commit 9c55e6dc authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

Export GetLongPathName[A|W].

parent 4ef64132
......@@ -918,6 +918,10 @@ import ntdll.dll
900 stub VirtualFreeEx
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
1545 stdcall PrivateFreeLibrary(long) PrivateFreeLibrary
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment