client/uiclient.c

changeset 954
07c1effb2a31
parent 953
c98404829cd3
child 976
e2763e880938
equal deleted inserted replaced
953:c98404829cd3 954:07c1effb2a31
32 #include <stdio.h> 32 #include <stdio.h>
33 #include <stdlib.h> 33 #include <stdlib.h>
34 #include <cx/hash_map.h> 34 #include <cx/hash_map.h>
35 35
36 #include "../ui/common/args.h" 36 #include "../ui/common/args.h"
37
38 #ifndef _WIN32
37 39
38 static UiMessageHandler *io; 40 static UiMessageHandler *io;
39 41
40 static CxMap *msg_types; 42 static CxMap *msg_types;
41 static CxMap *objects; 43 static CxMap *objects;
297 ui_toggle_args_free(args); 299 ui_toggle_args_free(args);
298 client_reg_widget(obj, id, w); 300 client_reg_widget(obj, id, w);
299 301
300 return 0; 302 return 0;
301 } 303 }
304
305 #endif

mercurial