Skip to content
Snippets Groups Projects
Commit 9c55e6dc authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard
Browse files

Export GetLongPathName[A|W].

parent 4ef64132
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment