GNOME Bugzilla – Bug 744512
Removal of some API aliases for Windows 64bit break cross-platform compatibility in binding mode
Last modified: 2017-07-25 10:51:27 UTC
The following deprecated API has been removed in favor of *_utf8 ones for win64, hovewer in binding mode (pygi) we need to call their cross platform aliases. glib/gconvert.c: g_filename_to_utf8 g_filename_from_utf8 g_filename_from_uri g_filename_to_uri glib/gdir.c: g_dir_open g_dir_read_name glib/genviron.c: g_getenv glib/giowin32.c: g_io_channel_new_file glib/gfileutils.c: g_file_test g_file_get_contents g_mkstemp g_file_open_tmp g_get_current_dir
*** This bug has been marked as a duplicate of bug 780634 ***