Commit 5ea2a177 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

winetest: Fix dialog prototypes.

parent a6ea0f61
......@@ -323,7 +323,7 @@ EditTagProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
return CallWindowProcA (DefEditProc, hwnd, msg, wParam, lParam);
}
static BOOL CALLBACK
static INT_PTR CALLBACK
AskTagProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
int len;
......@@ -376,7 +376,7 @@ qAsk (va_list ap)
return MBdefault (va_arg (ap, int));
}
static BOOL CALLBACK
static INT_PTR CALLBACK
AboutProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch (msg) {
......@@ -390,7 +390,7 @@ AboutProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
return FALSE;
}
static BOOL CALLBACK
static INT_PTR CALLBACK
DlgProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch (msg) {
......
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