src/win32/win32dep.h

changeset 4555
3ff630a3045a
parent 4406
a7d91dbcdae8
child 5008
f3894181fadc
equal deleted inserted replaced
4554:09f005a2628b 4555:3ff630a3045a
42 */ 42 */
43 #define DATADIR wgaim_install_dir() 43 #define DATADIR wgaim_install_dir()
44 #define LIBDIR wgaim_lib_dir() 44 #define LIBDIR wgaim_lib_dir()
45 #define LOCALEDIR wgaim_locale_dir() 45 #define LOCALEDIR wgaim_locale_dir()
46 46
47 /* Temp solution for gtk_window_get_pos & gtk_window_move conflict */
48 #define gtk_window_move( window, x, y ) \
49 wgaim_gtk_window_move( ## window ##, ## x ##, ## y ## )
50
47 /* 51 /*
48 * Gtk specific 52 * Gtk specific
49 */ 53 */
50 /* Needed for accessing global variables outside the current module */ 54 /* Needed for accessing global variables outside the current module */
51 #ifdef G_MODULE_IMPORT 55 #ifdef G_MODULE_IMPORT

mercurial