Commit 28bbdf11 authored by Alexandre Julliard's avatar Alexandre Julliard

oledlg: Declare varargs functions as WINAPIV instead of cdecl.

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