Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided.
authorTor Lillqvist <tml@iki.fi>
Tue, 18 Jul 2000 20:24:29 +0000 (20:24 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 18 Jul 2000 20:24:29 +0000 (20:24 +0000)
commit93b1001c10a3137ba415e3cefdbd3dc1967beac4
tree804e7b514c0973dcd9f6c8d0669e6d5ec8309ea3
parent9556b490538b92fa78192a242091ef299809430b
Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided.

2000-07-19  Tor Lillqvist  <tml@iki.fi>

* gmodule-win32.c: Don't #include <tlhelp32.h> when compiling with gcc, as it
isn't provided. Declaration of a needed struct (from
www.microsoft.com) inserted instead.
gmodule/ChangeLog
gmodule/gmodule-win32.c