Tools/patches for Wine (the windows emulator for Linux)
All programs/patches on this page are written by me (Folkert van Heusden) unless stated different.
Tools
testkhandle.zip With this tool you can find out if the handle returned by windows is a kernel-object or not. You need this information to decide wether you will need to add code to the wine-server component or not.
Patches
diff.wine-990923_eventlog_991030.patch.bz2 A first attempt to implement the NT eventlogging mechanism. It'll pass trough the evens to the unix syslog-daemon. As a side-effect; if an application asks is some (NT-)service is started, it'll get a "yes" back together
with the appropriate structures filled in.