diff options
author | Hans Breuer <hans@breuer.org> | 2001-07-21 13:15:58 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2001-07-21 13:15:58 +0000 |
commit | 35923250d4cab3eba8ac14d3aebf0da09e64ba20 (patch) | |
tree | 141d30547fed2a74111cf98ab5d6452a20066c9a /tests | |
parent | e070fdea390b04f7784f7c930342d481b82c9c60 (diff) | |
download | glib-35923250d4cab3eba8ac14d3aebf0da09e64ba20.tar.gz |
intial implementation of new API functions. Not sure if it behaves as
2001-07-21 Hans Breuer <hans@breuer.org>
* glib/giowin32.c : intial implementation of new API functions.
Not sure if it behaves as intended ...
* glib.def : removed, glib/glib.def is the file used since moved
* glib/glib.def : updated
* tests/makefile.msc : added iochannel-test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/makefile.msc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/makefile.msc.in b/tests/makefile.msc.in index 83a74a24b..ead522dc3 100644 --- a/tests/makefile.msc.in +++ b/tests/makefile.msc.in @@ -23,6 +23,7 @@ TESTS = \ date-test.exe \ dirname-test.exe\ gio-test.exe \ + iochannel-test.exe \ hash-test.exe \ list-test.exe \ mainloop-test.exe\ |