oledlg: Declare varargs functions as WINAPIV instead of cdecl.

This commit is contained in:
Alexandre Julliard 2006-06-13 11:18:15 +02:00
parent 1db7a349c9
commit 28bbdf116c

View file

@ -245,7 +245,7 @@ BOOL WINAPI OleUIUpdateLinksW(
/***********************************************************************
* OleUIPromptUserA (OLEDLG.10)
*/
INT __cdecl OleUIPromptUserA(
INT WINAPIV OleUIPromptUserA(
INT nTemplate, HWND hwndParent, ...)
{
FIXME("(%d, %p, ...): stub\n", nTemplate, hwndParent);
@ -256,7 +256,7 @@ INT __cdecl OleUIPromptUserA(
/***********************************************************************
* OleUIPromptUserW (OLEDLG.13)
*/
INT __cdecl OleUIPromptUserW(
INT WINAPIV OleUIPromptUserW(
INT nTemplate, HWND hwndParent, ...)
{
FIXME("(%d, %p, ...): stub\n", nTemplate, hwndParent);