Fixed compilation
This commit is contained in:
parent
3b622ac61f
commit
d842ce7fc6
@ -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,
|
||||
|
@ -1310,6 +1310,7 @@ process_ice_messages (IceConn ice_conn)
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user