Fix MsiGetPropertyA/W spec declarations.

This commit is contained in:
Mike McCormack 2005-10-28 09:39:35 +00:00 committed by Alexandre Julliard
parent 03b4dbbdc4
commit 0bf9978da2
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@
70 stdcall MsiGetProductInfoW(wstr wstr wstr long)
71 stdcall MsiGetProductPropertyA(long str ptr ptr)
72 stdcall MsiGetProductPropertyW(long wstr ptr ptr)
73 stdcall MsiGetPropertyA(ptr str str ptr)
74 stdcall MsiGetPropertyW(ptr wstr wstr ptr)
73 stdcall MsiGetPropertyA(ptr str ptr ptr)
74 stdcall MsiGetPropertyW(ptr wstr ptr ptr)
75 stdcall MsiGetSourcePathA(long str ptr ptr)
76 stdcall MsiGetSourcePathW(long wstr ptr ptr)
77 stdcall MsiGetSummaryInformationA(long str long ptr)