mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 03:34:05 +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)
|
#if defined(G_OS_WIN32)
|
||||||
Stdout = g_win32_output_stream_new (1, FALSE);
|
Stdout = g_win32_output_stream_new (1, FALSE);
|
||||||
#else
|
#else
|
||||||
Stdout = g_output_stream (1, FALSE);
|
Stdout = g_unix_output_stream_new (1, FALSE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
self = g_module_open (NULL, 0);
|
self = g_module_open (NULL, 0);
|
||||||
|
Reference in New Issue
Block a user