Fix the Win32-only code to use current API,

2000-10-06  Tor Lillqvist  <tml@iki.fi>

	* tests/gio-test.c (main): Fix the Win32-only code to use current
	API, g_io_channel_win32_make_pollfd() and g_io_channel_win32_poll().
This commit is contained in:
Tor Lillqvist
2000-10-06 21:43:25 +00:00
committed by Tor Lillqvist
parent 8e847255e8
commit 18e7dc0215
10 changed files with 29 additions and 1 deletions

View File

@@ -16,6 +16,9 @@
* glib.def: Add new entry point.
* tests/gio-test.c (main): Fix the Win32-only code to use current
API, g_io_channel_win32_make_pollfd() and g_io_channel_win32_poll().
Fixes from Hans Breuer:
* glib.h (struct DIR): Keep the last readdir result cached inside