summaryrefslogtreecommitdiff
path: root/gmodule
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 /gmodule
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 'gmodule')
-rw-r--r--gmodule/ChangeLog4
-rw-r--r--gmodule/gmodule-win32.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog
index 4be78001a..b47703683 100644
--- a/gmodule/ChangeLog
+++ b/gmodule/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * gmodule-win32.c: No need to include <psapi.h>
+
2000-03-23 Tor Lillqvist <tml@iki.fi>
* gmodule-win32.c (_g_module_symbol): When looking for symbols in
diff --git a/gmodule/gmodule-win32.c b/gmodule/gmodule-win32.c
index 099f96a29..76377bb2c 100644
--- a/gmodule/gmodule-win32.c
+++ b/gmodule/gmodule-win32.c
@@ -33,7 +33,6 @@
#include <stdio.h>
#include <windows.h>
-#include <psapi.h>
#include <tlhelp32.h>
static void