diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-09-04 05:09:35 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-09-04 05:09:35 +0000 |
commit | 07741c07d814bfd86998dfed1a5da347bb9335bd (patch) | |
tree | d36395163ddec43e0a0c35efd40bf532a1f3f677 /glibconfig.h.win32.in | |
parent | 267ff610fe145f555ce63ee0670daed960e3bc1a (diff) |
Update. Don't mention pthreads.
2001-09-04 Tor Lillqvist <tml@iki.fi>
* README.win32: Update. Don't mention pthreads.
* build-dll: Remove, moved to the build module.
* glibconfig.h.win32.in: Don't mention pthreds here, either.
* glib/gstrfuncs.c: Mark the correct variable for export from DLL.
* glib/giowin32.c (g_io_win32_msg_create_watch): Owen forgot to
rename the win32_watch_funcs variable here, too.
* */makefile.mingw.in: Don't use version number in import library
name. Use whole version number in DLL name. Use build-dll from the
build module.
Diffstat (limited to 'glibconfig.h.win32.in')
-rw-r--r-- | glibconfig.h.win32.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index 4cdea8308..ba299d275 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -124,8 +124,8 @@ typedef struct _GMutex* GStaticMutex; typedef union _GSystemThread GSystemThread; union _GSystemThread { - /* The size of the data array should be sizeof (pthread_t) */ - /* This value corresponds to the 1999-05-30 version of pthreads-win32 */ + /* The size of the data array is sizeof (GThreadData *), from + * gthread-win32.c */ char data[4]; double dummy_double; void *dummy_pointer; |