glib/gio/win32
Tor Lillqvist 3bf84fb1cc Make prototype match LPOVERLAPPED_COMPLETION_ROUTINE to avoid warning.
2008-08-03  Tor Lillqvist  <tml@novell.com>

	* win32/gwin32directorymonitor.c
	(g_win32_directory_monitor_callback): Make prototype match
	LPOVERLAPPED_COMPLETION_ROUTINE to avoid warning. Cast
	LPOVERLAPPED parameter to local GWin32DirectoryMonitorPrivate
	pointer.

	(g_win32_directory_monitor_constructor):
	GLocalDirectoryMonitor::dirname is in UTF-8 like all other file
	names in the GLib API on Windows, so convert to UTF-16 and open
	with CreateFileW().


svn path=/trunk/; revision=7290
2008-08-03 00:06:39 +00:00
..
gwin32directorymonitor.c Make prototype match LPOVERLAPPED_COMPLETION_ROUTINE to avoid warning. 2008-08-03 00:06:39 +00:00
gwin32directorymonitor.h Expand gio/win32/Makefile. 2008-03-12 19:09:11 +00:00
Makefile.am Expand gio/win32/Makefile. 2008-03-12 19:09:11 +00:00