Avoid a failure under Win9x.
[wine] / dlls / kernel / kernel_private.h
2004-05-14  Alexandre JulliardUse environment variables instead of config file entrie...
2004-05-13  Alexandre JulliardAdded proper support for switching file APIs between...
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-23  Alexandre JulliardMoved support for opening DOS device files to ntdll.
2004-04-16  Alexandre JulliardAdded hack to fetch the current directory from the...
2004-04-15  Alexandre JulliardStarted implementing support for the SubSystemTib field...
2004-03-25  Alexandre JulliardReimplemented SearchPathW using ntdll functions.
2004-03-20  Alexandre JulliardRewrote handling of COM and LPT devices to use symlinks in
2004-03-11  Alexandre JulliardThe OpenConsoleW inherit argument is a boolean not a
2004-02-12  Alexandre JulliardStore the kernel32 module handle globally to avoid...
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-01  Jon GriffithsFail GetCalendarInfoA for Unicode-only locales.
2003-11-18  Alexandre JulliardRemoved include/selectors.h.
2003-11-14  Alexandre JulliardMoved winedos loading functionality to dlls/kernel...
2003-11-13  Alexandre JulliardRemoved instance.h and callback.h, moving their contents to
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...