Alexandre Julliard
|
b34fb35b31
|
Fixed warnings caused by conversion to -DSTRICT.
|
2002-10-18 23:48:57 +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 |
Alexandre Julliard
|
0d875e773e
|
Fixed some dll separation issues.
|
2002-08-30 00:03:25 +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
|
267ca68253
|
Fixed HANDLE<->HFILE conversions, since they will be different types
when handles are void*.
|
2002-07-31 17:20:00 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
55e845d11b
|
Removed most inclusions of options.h.
Removed a few no longer used PROFILE_* functions.
|
2002-05-23 19:40:18 +00:00 |
Jukka Heinonen
|
887ed6228a
|
Terminating DOS program in real mode now calls ExitThread which is
exactly what terminating in protected mode does.
|
2002-05-05 20:22:39 +00:00 |
Jukka Heinonen
|
7ec04452a1
|
When DOS program executes another DOS program, command line is now
passed correctly. If DOS command line is too long, command line is now
truncated instead of letting it trash memory.
|
2002-05-01 18:04:11 +00:00 |
Alexandre Julliard
|
5769d1de00
|
Better support for configure detection of missing types, added check
for ssize_t.
Removed a couple of no longer used portability functions.
Various portability fixes in port.h.
|
2002-04-26 19:05:15 +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 |
Ove Kaaven
|
a814c4ef08
|
DOS support restructure. The DOS virtual machine is now a set of
threads running within Wine's own address space, obsoleting the old
dosmod module.
|
2002-01-06 18:34:02 +00:00 |
Alexandre Julliard
|
1f7fce3cde
|
Fixed compile for !MZ_SUPPORTED.
|
2001-12-05 22:19:57 +00:00 |
Alexandre Julliard
|
8cd55d0eba
|
Moved most of the real-mode stuff to dlls/winedos.
|
2001-12-04 19:54:44 +00:00 |
Patrik Stridvall
|
ae1c12c4cd
|
Documentation fixes.
|
2001-11-20 18:55:39 +00:00 |
Ove Kaaven
|
cf6f12f3cf
|
Added RunInThread callout to winedos.
|
2001-11-07 20:15:39 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Patrik Stridvall
|
e683d6ec1f
|
Added documentation.
|
2001-04-27 18:03:09 +00:00 |
Alexandre Julliard
|
2ec34e48a3
|
Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task
handle.
|
2001-04-04 00:21:05 +00:00 |
Alexandre Julliard
|
105b0f4e64
|
Use the exe name and file handle we got from the server also when
starting Win16 or DOS programs, to avoid depending on the contents of
the command-line.
|
2001-01-06 01:55:49 +00:00 |
François Gouget
|
da2b6a9f26
|
Fixed some HFILE vs. HANDLE mismatches.
If not used the last parameter of CreateFile must be 0, not -1.
|
2001-01-06 01:29:18 +00:00 |
Ove Kaaven
|
5c0f1e10a6
|
Release the Win16 lock before starting the DOS process, since it's not
really a Win16 app.
|
2000-12-27 03:24:20 +00:00 |
Ove Kaaven
|
e5557b357a
|
Separated the MZ loader and core DOS VM into dlls/winedos.
|
2000-12-26 00:22:45 +00:00 |