Added stubs for mapi32, msimg32, sti and url.
[wine] / dlls / kernel / kernel_main.c
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-24  Dmitry TimoshkovRemove kernel32 dependency on user32 by implementing...
2001-03-04  Alexandre JulliardWe need to create the system heap at startup even thoug...
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-02  Andreas MohrAdded Reserved5 -> lstrcmp16.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
2000-12-01  Alexandre JulliardMoved the few remaining functions in wprocs.dll to...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-10-17  Andreas MohrImplemented old Win 2.x string functions.
2000-10-15  Alexandre JulliardSet selector 0000H base to 0xf0000 until the first...
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-08-25  Alexandre JulliardMoved TASK_Create call to KERNEL initialisation routine.
2000-08-21  Uwe BonnesCall WriteOutProfiles16 to make sure that last profile...
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-11  Alexandre JulliardSet ansi/oem/mac code pages from current locale.
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c