Alexandre Julliard
|
df357055e2
|
Don't crash in DirectedYield16 if no other task is running.
|
2002-12-13 00:39:17 +00:00 |
Alexandre Julliard
|
9169729b0b
|
Merged font.h and path.h into gdi.h. Moved x11font.h to
dlls/x11drv. Removed a number of unnecessary #includes.
|
2002-12-03 19:18:41 +00:00 |
Jukka Heinonen
|
1a665058e8
|
Removed last users of msdos/interrupts.c.
|
2002-11-21 00:02:09 +00:00 |
Alexandre Julliard
|
f3215eba4a
|
Get/SetFastQueue16 should use HQUEUE16 handles.
|
2002-10-19 17:20:44 +00:00 |
Patrik Stridvall
|
b5bb32c09a
|
Fixed some issues found by winapi_check.
|
2002-09-24 18:29:39 +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 |
Alexandre Julliard
|
3fa613cf61
|
Moved internal context macros out of winnt.h.
Added SET_AX etc. macros to avoid non-portable pointer manipulations.
|
2002-08-31 18:47:00 +00:00 |
Dmitry Timoshkov
|
d75aed2c92
|
Convert most of the file APIs to Unicode.
|
2002-08-27 01:13:58 +00:00 |
Patrik Stridvall
|
d016f819f1
|
Added include protection for unistd.h and sys/time.h.
|
2002-08-17 00:43:16 +00:00 |
Alexandre Julliard
|
13f2a17eb2
|
Convert HTASK to void* (based on a patch by Michael Stefaniuc).
|
2002-07-28 23:48:27 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
7fbd74ea55
|
Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian
issues.
|
2002-05-23 02:53:10 +00:00 |
Alexandre Julliard
|
6db8abaf93
|
Removed service thread support.
|
2002-03-23 20:46:41 +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 |
Francois Gouget
|
9dc5b97b35
|
Only use winsock2.h in Wine.
|
2001-08-28 18:39:03 +00:00 |
Alexandre Julliard
|
7c4b14031e
|
Fixed HTASK/HTASK16 handle mismatch.
|
2001-07-30 19:01:01 +00:00 |
Alexandre Julliard
|
5edf4e1cef
|
Removed a few unnecessary Callouts.
|
2001-07-26 20:12:54 +00:00 |
Alexandre Julliard
|
37e9503ae8
|
Moved server.h to include/wine.
|
2001-07-19 00:39:09 +00:00 |
Patrik Stridvall
|
33929be46f
|
- Made sure that the files that contains the declarations
of implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-18 21:04:23 +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
|
dae8de69e2
|
Documentation ordinal fixes (using winapi_fixup).
|
2001-06-13 20:13:18 +00:00 |
Alexandre Julliard
|
0ca9465f58
|
Removed unneeded inclusion of queue.h.
|
2001-06-07 22:29:33 +00:00 |
Andreas Mohr
|
c2bc22b91c
|
Spelling fixes.
|
2001-05-24 18:44:25 +00:00 |
Alexandre Julliard
|
a67e6486df
|
Removed THREAD_IsWin16.
|
2001-05-18 23:21:22 +00:00 |
Alexandre Julliard
|
3e7497f20e
|
Unified 16-bit and 32-bit scheduling a bit more.
|
2001-04-04 00:19:55 +00:00 |
Alexandre Julliard
|
627c9073c7
|
Don't load user32 too early on for 16-bit apps, so that app-specific
config can be available while loading it.
|
2001-03-28 18:47:05 +00:00 |
Alexandre Julliard
|
9ee9efff1b
|
Use the standard CreateThread routine to create 16-bit tasks instead
of duplicating the code.
|
2001-02-28 05:29:50 +00:00 |
Alexandre Julliard
|
ea2a9a8974
|
Removed a few Callout functions by doing a GetProcAddress at the time
we actually need the function.
|
2001-02-20 00:55:17 +00:00 |
Patrik Stridvall
|
0c61028734
|
Documentation ordinal fixes.
|
2001-01-25 22:22:21 +00:00 |
Alexandre Julliard
|
4f2df51f7a
|
Replaced GLOBAL_Alloc by GlobalAlloc16 where possible.
|
2001-01-15 20:13:43 +00:00 |
Ulrich Weigand
|
cc195924a6
|
Added check whether unaligned memory access is allowed.
Added macros to access unaligned WORDs / DWORDs.
|
2000-12-27 04:18: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
|
becb9a353b
|
Moved all Wine internal definitions out of process.h.
|
2000-12-11 03:48:15 +00:00 |
Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
Alexandre Julliard
|
ef57e18f99
|
Removed some unnecessary includes.
|
2000-12-01 21:32:55 +00:00 |
Andreas Mohr
|
fc2c5dfb3d
|
Implemented TerminateApp needed for DBase 5.0.
Made FatalAppExit16 honor the SEM_NOGPFAULTERRORBOX error_mode flag.
|
2000-11-27 01:36:24 +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
|
914406f854
|
Moved LDT handling to libwine.so. Changed the interface to use the
exported LDT_ENTRY structure.
|
2000-11-14 01:54:49 +00:00 |
Alexandre Julliard
|
0a8114c152
|
Raise an exception for unimplemented 16-bit entry points too.
Added check for duplicate names in 16-bit spec files.
|
2000-11-12 03:45:55 +00:00 |
Alexandre Julliard
|
4e951ea25b
|
Check all Callouts function pointers for NULL before using them.
Don't load USER dll if not needed by the application.
|
2000-11-08 22:47:53 +00:00 |
Dimitrie O. Paun
|
334a42f521
|
Fixed a few compilation warnings
|
2000-10-29 18:07:04 +00:00 |
Patrik Stridvall
|
a9f6a9daec
|
Explicitly initialize structures.
|
2000-10-24 02:22:16 +00:00 |
Andreas Mohr
|
6a2a2ebc71
|
Make sure that we skip tasks with missing hInstance.
|
2000-10-02 22:16:34 +00:00 |
Alexandre Julliard
|
afb49ead82
|
Moved a bunch of routines to kernel32.dll (with the help of
Dimitrie O. Paun).
|
2000-09-29 20:48:04 +00:00 |
Alexandre Julliard
|
d8fab2e67c
|
Removed some of the XXX_reg macros now that we are using the standard
CONTEXT86 structure everywhere.
|
2000-09-25 23:53:07 +00:00 |
Alexandre Julliard
|
770eb51ed5
|
Moved most global data out of the LPDOSTASK structure.
Allocate DPMI real-mode segments globally at startup.
Try to allocate DOS memory at address 0.
|
2000-09-24 20:47:50 +00:00 |
Alexandre Julliard
|
7bbba4f9ce
|
Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
|
2000-08-26 21:18:36 +00:00 |
Andreas Mohr
|
62f3eaa782
|
Transform every ERR() to WARN() in MakeProcInstance.
|
2000-08-21 20:16:26 +00:00 |
Alexandre Julliard
|
52900c818f
|
Make PDB, ENVDB and STARTUPINFO global variables.
Added 'module' field in PDB, and removed Wine-specific fields.
|
2000-08-09 22:33:42 +00:00 |