summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-05-01 21:13:02 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-05-01 21:13:02 +0000
commitc4f0c6fd9b673fe7c591f215aed0245335dee2d2 (patch)
tree77726499c4b9690722c73dce4fa3aae529d57192 /glib
parent1418fe3a6dd0c76bcdf644c87d956353bd5b940c (diff)
downloadglib-c4f0c6fd9b673fe7c591f215aed0245335dee2d2.tar.gz
Add new functions. Add new object files. Add threadpool-test. No need to
2000-05-02 Tor Lillqvist <tml@iki.fi> * glib.def: Add new functions. * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files. * tests/makefile.{cygwin,msc}.in: Add threadpool-test. * gmodule-win32.c: No need to include <psapi.h>
Diffstat (limited to 'glib')
-rw-r--r--glib/glib.def3
-rw-r--r--glib/makefile.msc.in12
2 files changed, 10 insertions, 5 deletions
diff --git a/glib/glib.def b/glib/glib.def
index 9e0a010d8..20f83b759 100644
--- a/glib/glib.def
+++ b/glib/glib.def
@@ -419,6 +419,9 @@ EXPORTS
g_thread_create
g_thread_functions_for_glib_use
g_thread_join
+ g_thread_pool_free
+ g_thread_pool_new
+ g_thread_pool_push
g_thread_self
g_thread_set_priority
g_thread_use_default_impl
diff --git a/glib/makefile.msc.in b/glib/makefile.msc.in
index 99b45f3c5..7d9f501da 100644
--- a/glib/makefile.msc.in
+++ b/glib/makefile.msc.in
@@ -56,13 +56,14 @@ install : all
glib_OBJECTS = \
garray.obj \
+ gasyncqueue.obj \
gcache.obj \
gcompletion.obj \
gdataset.obj \
gdate.obj \
gerror.obj \
- ghook.obj \
ghash.obj \
+ ghook.obj \
giochannel.obj \
giowin32.obj \
glist.obj \
@@ -73,14 +74,15 @@ glib_OBJECTS = \
gprimes.obj \
gqueue.obj \
grand.obj \
+ grel.obj \
+ gscanner.obj \
gslist.obj \
+ gstrfuncs.obj \
+ gstring.obj \
gthread.obj \
+ gthreadpool.obj \
gtimer.obj \
gtree.obj \
- grel.obj \
- gstring.obj \
- gstrfuncs.obj \
- gscanner.obj \
gutils.obj \
gwin32.obj