Alexandre Julliard
|
65bc15998d
|
kernel32: Move the k32 kernel32->user32 helpers to thunk.c.
|
2009-10-08 11:12:21 +02:00 |
Alexandre Julliard
|
26aea12cce
|
kernel32: Use call_entry_point to call functions with variable number of arguments.
|
2009-10-06 13:41:38 +02:00 |
Alexandre Julliard
|
d303d9dc29
|
kernel32: Add appropriate stdcall decorations to assembly functions.
|
2009-06-15 13:42:26 +02:00 |
Michael Stefaniuc
|
9b2730eb88
|
kernel32: Remove superfluous pointer casts.
|
2009-03-11 13:03:31 +01:00 |
Alexandre Julliard
|
13df062d36
|
kernel32: #ifdef out some code that is not needed on non-i386.
|
2009-01-07 11:10:16 +01:00 |
Alexandre Julliard
|
27bb18a531
|
kernel32: Moved the 16-bit WOW thunk routines to thunk.c.
|
2009-01-06 20:28:08 +01:00 |
Alexandre Julliard
|
9f6ff3d5af
|
kernel32: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of a size.
Also assume that all register functions are stdcall.
|
2009-01-06 12:49:38 +01:00 |
Alexandre Julliard
|
0ce0af5f16
|
kernel32: Move AllocMappedBuffer/FreeMappedBuffer to thunk.c.
|
2008-12-27 19:45:52 +01:00 |
Andrew Talbot
|
54a376f228
|
kernel32: Assign to structs instead of using memcpy.
|
2008-03-04 11:54:20 +01:00 |
Andrew Talbot
|
ca6003b8f0
|
kernel32: Remove unneeded casts.
|
2007-12-21 12:40:32 +01:00 |
Gerald Pfeifer
|
1a0f1bc6ce
|
kernel32: Use FIELD_OFFSET instead of pointer cast.
|
2007-10-15 17:50:07 +02:00 |
Andrew Talbot
|
a0b2dbd1dc
|
kernel32: Remove superfluous semicolons.
|
2007-04-09 12:19:07 +02:00 |
Andrew Talbot
|
503b338e88
|
kernel32: Replace inline static with static inline.
|
2007-03-17 20:03:39 +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 |
Francois Gouget
|
38520a819c
|
Assorted spelling fixes.
|
2006-10-03 15:56:21 +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 |