g_thread_create renamed to g_thread_create_full.

2001-05-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib.def: g_thread_create renamed to g_thread_create_full.

	* gthread.c: memcpy is not necessary here. We can simply use
	struct assignment.

	* gmessages.c: Fix compilation error on win32. Added
	GFileDescriptor, wich is gint on Unix and FILE* on win32.
This commit is contained in:
Sebastian Wilhelmi
2001-05-22 12:06:59 +00:00
committed by Sebastian Wilhelmi
parent 6e14aa4673
commit e2b7bedbde
14 changed files with 108 additions and 26 deletions

View File

@@ -1,3 +1,13 @@
2001-05-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.def: g_thread_create renamed to g_thread_create_full.
* gthread.c: memcpy is not necessary here. We can simply use
struct assignment.
* gmessages.c: Fix compilation error on win32. Added
GFileDescriptor, wich is gint on Unix and FILE* on win32.
2001-05-21 Andrew Lanoix <alanoix@umich.edu>
*giowin32.c: G_IO_WIN32_WINDOWS_MESSAGES channels