Alexandre Julliard
|
e5cef3b0fb
|
Moved CreateThread16 to kernel, and made it use WOWCallback16.
|
2003-02-27 01:57:16 +00:00 |
Eric Pouech
|
6b2057174b
|
Silence unneeded ERR while converting tasks.
|
2002-10-29 21:26:23 +00:00 |
Michael Stefaniuc
|
308e04fc61
|
Compile the kernel dll with -DSTRICT.
|
2002-10-25 21:02:30 +00:00 |
Alexandre Julliard
|
168284318b
|
Added FIXMEs for metafile and fullhwnd handle conversions that aren't
supported properly yet.
|
2002-10-18 23:35:24 +00:00 |
Alexandre Julliard
|
7aee90762a
|
Merged wine_call_to_16_long and wine_call_to_16_short into a single
function.
|
2002-10-18 00:29:32 +00:00 |
Alexandre Julliard
|
011605edf3
|
Use the WOWHandle functions to convert between task handle and thread
id. Stop exporting TASK_GetPtr and THREAD_IdToTEB from kernel.
|
2002-10-17 18:26:53 +00:00 |
Patrik Stridvall
|
9c1de6de30
|
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.
|
2002-09-12 22:07:02 +00:00 |
Patrik Stridvall
|
9aab47ed24
|
MSVC compatibility fixes.
|
2002-08-28 23:42:34 +00:00 |
Dmitry Timoshkov
|
d75aed2c92
|
Convert most of the file APIs to Unicode.
|
2002-08-27 01:13:58 +00:00 |
Alexandre Julliard
|
7375597fe2
|
Fixed some handle type mismatches and added a few casts in prevision
of void* handles.
|
2002-07-31 19:26:03 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Uwe Bonnes
|
1bd9474ee8
|
Use GlobalPageLock for GetVDMPointer32W16 pointers.
|
2001-12-19 23:59:54 +00:00 |
Alexandre Julliard
|
9fcd89a5d8
|
Removed unnecessary includes.
|
2001-12-17 22:12:23 +00:00 |
Alexandre Julliard
|
1922c72b8a
|
Removed unnecessary inclusion of heap.h.
|
2001-07-25 00:43:29 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Patrik Stridvall
|
d9b9c4c496
|
Documentation ordinal fixes (using winapi_fixup).
|
2001-06-11 20:14:43 +00:00 |
Patrik Stridvall
|
0c61028734
|
Documentation ordinal fixes.
|
2001-01-25 22:22:21 +00:00 |
Alexandre Julliard
|
5801723b50
|
Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
|
2000-12-22 01:09:26 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Alexandre Julliard
|
e296bf3717
|
Renamed CallTo16* functions to wine_call_to_16* and export them from
kernel32.spec.
|
2000-11-29 19:39:30 +00:00 |
Alexandre Julliard
|
5ce902b0b9
|
Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
DisposeLZ32Handle and use them to replace file.c internal functions.
Renamed WOW* functions into K32WOW*.
|
2000-11-27 21:59:08 +00:00 |
Alexandre Julliard
|
ab687979fd
|
Moved standard syslevel APIs declaration to winbase.h.
Use exported syslevel function wherever possible.
Moved SEGPTR declaration to windef16.h.
|
2000-11-15 23:41:46 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
James Abbatiello
|
48a3157953
|
Increase number of supported args for WOW_CallProc32W16 from 11 to 13
(for CreateService).
|
2000-08-28 19:29:44 +00:00 |
Peter Ganten
|
391466dd8b
|
If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
anyway, since it might be a builtin module.
|
2000-08-16 12:43:42 +00:00 |
Alexandre Julliard
|
e101f6db3b
|
Cleaned up a few inter-dll dependencies. Added a few imports.
|
2000-08-14 14:42:41 +00:00 |
Peter Ganten
|
c845ad8843
|
LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
|
2000-08-07 04:18:00 +00:00 |
Alexandre Julliard
|
d5041fc45a
|
Moved thunking functions off to kernel32.dll.
|
2000-07-25 16:42:25 +00:00 |