mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 01:48:53 +02:00
Obs! Change back to g_unix_output_stream_new()
for non-Win32.
This commit is contained in:
@@ -17,7 +17,7 @@ main (int argc,
|
||||
#if defined(G_OS_WIN32)
|
||||
Stdout = g_win32_output_stream_new (1, FALSE);
|
||||
#else
|
||||
Stdout = g_output_stream (1, FALSE);
|
||||
Stdout = g_unix_output_stream_new (1, FALSE);
|
||||
#endif
|
||||
|
||||
self = g_module_open (NULL, 0);
|
||||
|
Reference in New Issue
Block a user