mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	glib/win32: introduce private g_win32_handle_is_socket()
Used in following commits, including in some GIO experiments. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
		| @@ -44,6 +44,7 @@ gboolean _g_win32_call_rtl_version (OSVERSIONINFOEXW *info); | ||||
| extern HMODULE glib_dll; | ||||
| gchar *g_win32_find_helper_executable_path (const gchar *process_name, void *dll_handle); | ||||
| int g_win32_reopen_noninherited (int fd, int mode, GError **err); | ||||
| gboolean g_win32_handle_is_socket (void *h); | ||||
|  | ||||
| #endif | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user