From 1ba15549ff13d0bfcf4e82c6005d3cc40f2bf098 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 25 Jul 2013 10:18:29 +0200 Subject: Solved compilation problems due to latest merge --- xorg-server/hw/xwin/xdmcphostselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/hw/xwin/xdmcphostselect.c') diff --git a/xorg-server/hw/xwin/xdmcphostselect.c b/xorg-server/hw/xwin/xdmcphostselect.c index 9c3ca797b..9b8b62b93 100644 --- a/xorg-server/hw/xwin/xdmcphostselect.c +++ b/xorg-server/hw/xwin/xdmcphostselect.c @@ -44,7 +44,7 @@ static void SelectHost(int Index) * Process messages for the about dialog. */ -static wBOOL CALLBACK DisplayXdmcpHostsDlgProc (HWND hwndDialog, UINT message, WPARAM wParam, LPARAM lParam) +static INT_PTR CALLBACK DisplayXdmcpHostsDlgProc (HWND hwndDialog, UINT message, WPARAM wParam, LPARAM lParam) { /* Branch on message type */ switch (message) -- cgit v1.2.3