Alexandre Julliard
|
c1dbeade52
|
kernel32: Make toolhelp.dll into a stand-alone 16-bit module.
|
2009-09-28 20:00:15 +02:00 |
Alexandre Julliard
|
a9c33bbc4a
|
kernel32: Try to load a 32-bit builtin in WinExec16 if the file doesn't exist.
|
2009-07-21 12:22:01 +02:00 |
Alexandre Julliard
|
d303d9dc29
|
kernel32: Add appropriate stdcall decorations to assembly functions.
|
2009-06-15 13:42:26 +02:00 |
Alexandre Julliard
|
009342a88c
|
kernel32: Make the load order for a 16-bit stand-alone dll match its 32-bit owner.
|
2009-03-11 16:51:08 +01:00 |
Michael Stefaniuc
|
9b2730eb88
|
kernel32: Remove superfluous pointer casts.
|
2009-03-11 13:03:31 +01:00 |
Alexandre Julliard
|
cd6295d276
|
kernel32: Add support for loading stand-alone 16-bit modules.
|
2009-02-26 13:23:00 +01:00 |
Michael Stefaniuc
|
d26b02960c
|
kernel32: Remove some superfluous casts of void pointers.
|
2008-12-01 12:45:51 +01:00 |
Michael Stefaniuc
|
c9a10b32b4
|
kernel32: Do not cast zero.
|
2008-11-04 11:26:09 +01:00 |
Andrew Talbot
|
7d2c11e3a4
|
kernel32: Remove unused variables.
|
2008-04-21 12:10:36 +02:00 |
Alexandre Julliard
|
c52d921f34
|
kernel32: Added a winoldap.mod 16-bit exe to launch 32-bit processes.
Based on a patch by Dmitry Timoshkov.
|
2008-03-03 15:25:50 +01:00 |
Dmitry Timoshkov
|
21204f579e
|
kernel32: LOADPARAMS16->showCmd can be NULL, do not crash in that case.
|
2008-02-04 11:49:37 +01:00 |
Andrew Talbot
|
7bce56881f
|
kernel32: Remove unneeded casts.
|
2007-12-20 10:47:00 +01:00 |
Andrew Talbot
|
072e7d0438
|
kernel32: Exclude unused headers.
|
2007-05-07 20:34:49 +02:00 |
Andrew Talbot
|
503b338e88
|
kernel32: Replace inline static with static inline.
|
2007-03-17 20:03:39 +01:00 |
Marcus Meissner
|
67b6044de7
|
kernel32: Initialize owner_exists (Coverity).
|
2007-02-05 14:02:35 +01:00 |
Joel Parker
|
2319999a05
|
Remove redundant semicolons for ANSI compatibility.
|
2007-01-17 11:58:15 +01:00 |
Michael Stefaniuc
|
8c38b88068
|
kernel32: Win64 printf format warning fixes.
|
2006-10-13 12:08:25 +02:00 |
Andrew Talbot
|
e595298a56
|
kernel32: Cast-qual warnings fix.
|
2006-09-20 12:23:08 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |