mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
Include also <direct.h> for mkdir() prototype with MSVC. [156727, Kazuki
2004-10-29 Tor Lillqvist <tml@iki.fi> * glib/gstdio.c: Include also <direct.h> for mkdir() prototype with MSVC. [156727, Kazuki IWAMOTO]
This commit is contained in:
parent
37d3825e29
commit
1eb924770c
@ -1,5 +1,8 @@
|
|||||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
||||||
|
with MSVC. [156727, Kazuki IWAMOTO]
|
||||||
|
|
||||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
Kazuki IWAMOTO)
|
Kazuki IWAMOTO)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
||||||
|
with MSVC. [156727, Kazuki IWAMOTO]
|
||||||
|
|
||||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
Kazuki IWAMOTO)
|
Kazuki IWAMOTO)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
||||||
|
with MSVC. [156727, Kazuki IWAMOTO]
|
||||||
|
|
||||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
Kazuki IWAMOTO)
|
Kazuki IWAMOTO)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
||||||
|
with MSVC. [156727, Kazuki IWAMOTO]
|
||||||
|
|
||||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
Kazuki IWAMOTO)
|
Kazuki IWAMOTO)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
||||||
|
with MSVC. [156727, Kazuki IWAMOTO]
|
||||||
|
|
||||||
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
Kazuki IWAMOTO)
|
Kazuki IWAMOTO)
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
#include <direct.h>
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user