mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
giochannel: Remove old win32 codepage ABI compat code
Makes new code link against the normal symbol names again. Variants with utf8 suffix are there for existing binaries/ABI compat. https://bugzilla.gnome.org/show_bug.cgi?id=780634
This commit is contained in:
@@ -399,17 +399,6 @@ void g_io_channel_win32_set_debug (GIOChannel *channel,
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef __GTK_DOC_IGNORE__
|
||||
#ifdef G_OS_WIN32
|
||||
#define g_io_channel_new_file g_io_channel_new_file_utf8
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIOChannel *g_io_channel_new_file_utf8 (const gchar *filename,
|
||||
const gchar *mode,
|
||||
GError **error);
|
||||
#endif
|
||||
#endif /* __GTK_DOC_IGNORE__ */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __G_IOCHANNEL_H__ */
|
||||
|
Reference in New Issue
Block a user