kdewin32 is a supplementary library and supplementary tools 

history
-------
version 0.3.7
- add log1p for msvc (needed for koffice)
- some fixes
- update licensing informations to make ebn happy

version 0.3.6
- add a new png2ico which uses QtIcoHandler from Qt4.4 to write .ico files
- add directx headers for mingw
- add kdewin32_signal()
- add inet_ntop/pton from bind 9.4.2

version 0.3.5
- add rand_r for kgoldrunner

version 0.3.4
- add png2ico can now create rc file

version 0.3.3
- add create_hash_table tool

version 0.3.2
- add expm1, erf and erfc for msvc

version 0.3.1
- add preprocess define KDEWIN32_VERSION
- fix/add isnan, isinf, finite and signbit

version 0.3.0
- added tools png2ico and svg2ico for windows icons creating

version 0.2.7
- added (f)truncate
- fix asinh/acosh/atanh for msvc
- add 'extern "C"' for langinfo.h

version 0.2.6
- added utime 

version 0.2.5
- added upload function to build system

version 0.2.4
- added a lot of mathematical functions for msvc to compile kdeedu

version 0.2.3
- fixes for PSDK 6
- fix mmap (handles were not freed on error conditions)
- fix including pwd.h
- added char *strcasestr(const char *big, const char *little)

version 0.2
- fixed mmap and qt.3 QFile handle

