mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
[start of port to win32/msvc] HAVE_UNIST_H and _pipe() only include
2007-12-03 Hans Breuer <hans@breuer.org> [start of port to win32/msvc] * gcancellable.c : HAVE_UNIST_H and _pipe() * gcontenttype.c : only include <dirent.h> in the UNIX branch * gdatainputstream.c : pointer arithmetic on void* is a gcc extension * gdummyfile.c glocalfileinputstream.c gsimpleasyncresult.c : use HAVE_UNIST_H * glocalfileoutputstream.c : use HAVE_UNIST_H and s/ssize_t/gssize/ * glocalvfs.c : use HAVE_PWD_H * gio.symbols : ifdef unix specific functions with G_OS_UNIX * makefile.msc : new file (maybe later converted to makefile.msc.in) * Makefile.am : added to EXTRA_DIST svn path=/trunk/; revision=6027
This commit is contained in:
@@ -629,6 +629,7 @@ g_themed_icon_get_names
|
||||
|
||||
#if IN_HEADER(__G_UNIX_MOUNTS_H__)
|
||||
#if IN_FILE(__G_UNIX_MOUNTS_C__)
|
||||
#ifdef G_OS_UNIX
|
||||
g_unix_mount_free
|
||||
g_unix_mount_point_free
|
||||
g_unix_mount_compare
|
||||
@@ -653,20 +654,25 @@ g_unix_mounts_changed_since
|
||||
g_unix_mount_points_changed_since
|
||||
g_unix_mount_monitor_get_type G_GNUC_CONST
|
||||
g_unix_mount_monitor_new
|
||||
#endif /* G_OS_UNIX */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__G_UNIX_INPUT_STREAM_H__)
|
||||
#if IN_FILE(__G_UNIX_INPUT_STREAM_C__)
|
||||
#ifdef G_OS_UNIX
|
||||
g_unix_input_stream_get_type G_GNUC_CONST
|
||||
g_unix_input_stream_new
|
||||
#endif /* G_OS_UNIX */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__)
|
||||
#if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__)
|
||||
#ifdef G_OS_UNIX
|
||||
g_unix_output_stream_get_type G_GNUC_CONST
|
||||
g_unix_output_stream_new
|
||||
#endif /* G_OS_UNIX */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -705,15 +711,19 @@ g_native_volume_monitor_get_type G_GNUC_CONST
|
||||
|
||||
#if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
|
||||
#if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
|
||||
#ifdef G_OS_UNIX
|
||||
g_local_file_monitor_get_type G_GNUC_CONST
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
|
||||
#if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
|
||||
#ifdef G_OS_UNIX
|
||||
g_local_directory_monitor_get_type G_GNUC_CONST
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__GIO_ENUM_TYPES_H__)
|
||||
#if IN_FILE(__GIO_ENUM_TYPES_C__)
|
||||
|
Reference in New Issue
Block a user