shlwapi: Fix spec file for some unicode functions.

This commit is contained in:
Peter Oberndorfer 2009-09-28 22:23:56 +02:00 committed by Alexandre Julliard
parent 3b5ed104bf
commit ac573f6aba

View file

@ -643,7 +643,7 @@
@ stdcall PathQuoteSpacesA (str) @ stdcall PathQuoteSpacesA (str)
@ stdcall PathQuoteSpacesW (wstr) @ stdcall PathQuoteSpacesW (wstr)
@ stdcall PathRelativePathToA(ptr str long str long) @ stdcall PathRelativePathToA(ptr str long str long)
@ stdcall PathRelativePathToW(ptr str long str long) @ stdcall PathRelativePathToW(ptr wstr long wstr long)
@ stdcall PathRemoveArgsA(str) @ stdcall PathRemoveArgsA(str)
@ stdcall PathRemoveArgsW(wstr) @ stdcall PathRemoveArgsW(wstr)
@ stdcall PathRemoveBackslashA (str) @ stdcall PathRemoveBackslashA (str)
@ -700,9 +700,9 @@
@ stdcall SHGetValueW ( long wstr wstr ptr ptr ptr ) @ stdcall SHGetValueW ( long wstr wstr ptr ptr ptr )
@ stdcall SHIsLowMemoryMachine(long) @ stdcall SHIsLowMemoryMachine(long)
@ stdcall SHOpenRegStream2A(long str str long) @ stdcall SHOpenRegStream2A(long str str long)
@ stdcall SHOpenRegStream2W(long wstr str long) @ stdcall SHOpenRegStream2W(long wstr wstr long)
@ stdcall SHOpenRegStreamA(long str str long) @ stdcall SHOpenRegStreamA(long str str long)
@ stdcall SHOpenRegStreamW(long wstr str long) @ stdcall SHOpenRegStreamW(long wstr wstr long)
@ stdcall SHQueryInfoKeyA(long ptr ptr ptr ptr) @ stdcall SHQueryInfoKeyA(long ptr ptr ptr ptr)
@ stdcall SHQueryInfoKeyW(long ptr ptr ptr ptr) @ stdcall SHQueryInfoKeyW(long ptr ptr ptr ptr)
@ stdcall SHQueryValueExA(long str ptr ptr ptr ptr) @ stdcall SHQueryValueExA(long str ptr ptr ptr ptr)
@ -738,7 +738,7 @@
@ stdcall SHRegSetUSValueA ( str str long ptr long long) @ stdcall SHRegSetUSValueA ( str str long ptr long long)
@ stdcall SHRegSetUSValueW ( wstr wstr long ptr long long) @ stdcall SHRegSetUSValueW ( wstr wstr long ptr long long)
@ stdcall SHRegWriteUSValueA (long str long ptr long long) @ stdcall SHRegWriteUSValueA (long str long ptr long long)
@ stdcall SHRegWriteUSValueW (long str long ptr long long) @ stdcall SHRegWriteUSValueW (long wstr long ptr long long)
@ stdcall SHRegisterValidateTemplate(wstr long) @ stdcall SHRegisterValidateTemplate(wstr long)
@ stdcall SHReleaseThreadRef() @ stdcall SHReleaseThreadRef()
@ stdcall SHSetThreadRef (ptr) @ stdcall SHSetThreadRef (ptr)
@ -785,7 +785,7 @@
@ stdcall StrPBrkW(wstr wstr) @ stdcall StrPBrkW(wstr wstr)
@ stdcall StrRChrA (str str long) @ stdcall StrRChrA (str str long)
@ stdcall StrRChrIA (str str long) @ stdcall StrRChrIA (str str long)
@ stdcall StrRChrIW (str str long) @ stdcall StrRChrIW (wstr wstr long)
@ stdcall StrRChrW (wstr wstr long) @ stdcall StrRChrW (wstr wstr long)
@ stdcall StrRStrIA (str str str) @ stdcall StrRStrIA (str str str)
@ stdcall StrRStrIW (wstr wstr wstr) @ stdcall StrRStrIW (wstr wstr wstr)