Fixed compilation

This commit is contained in:
Yevgen Muntyan 2012-10-20 20:54:46 -07:00
parent 3b622ac61f
commit d842ce7fc6
2 changed files with 2 additions and 3 deletions

View File

@ -51,8 +51,6 @@
#include "eggsmclient-private.h"
#include <gdk/gdk.h>
#define WIN32_LEAN_AND_MEAN
#define UNICODE
#include <windows.h>
#include <process.h>
@ -283,7 +281,7 @@ g_win32_handle_source_add (HANDLE handle, GSourceFunc callback, gpointer user_da
/* logout-listener thread */
LRESULT CALLBACK
static LRESULT CALLBACK
sm_client_win32_window_procedure (HWND hwnd,
UINT message,
WPARAM wParam,

View File

@ -1310,6 +1310,7 @@ process_ice_messages (IceConn ice_conn)
default:
g_assert_not_reached ();
return FALSE;
}
}