Andrew Talbot
|
bf98c9d182
|
winedos: Declare some items static.
|
2007-02-05 17:11:51 +01:00 |
Dmitry Timoshkov
|
c9a57ee196
|
winedos: Make some data const.
|
2006-11-29 12:44:37 +01:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Petr Tesarik
|
d72178a1be
|
winedos: Move all device driver initialization code to a newly written
function DOSDEV_SetupDevice().
|
2006-04-11 11:39:24 +02:00 |
Petr Tesarik
|
7e4ad8e6a7
|
winedos: Move some declarations to the header file.
|
2006-04-11 11:37:58 +02:00 |
Stefan Huehner
|
863a4b1488
|
Fix some more -Wstrict-prototypes warnings.
|
2005-06-21 20:53:13 +00:00 |
Peter Berg Larsen
|
6aefbc0934
|
Strncpy elimination.
|
2005-04-18 15:36:20 +00:00 |
Eric Pouech
|
bcfa5b0900
|
ReadFile and WriteFile must be passed a parameter for the number of
handled bytes when no overlapped operation is done.
|
2004-12-22 18:38:31 +00:00 |
Alexandre Julliard
|
e983652363
|
Moved a number of DOS definitions out of the global headers and into
winedos private files. Removed the msdos.h header.
|
2003-11-15 00:13:20 +00:00 |
Jukka Heinonen
|
abbcf41325
|
Use correct linear pointer when accessing BIOS data area.
|
2003-09-30 00:22:12 +00:00 |
Jukka Heinonen
|
be3b2569c7
|
Make all users of DOSVM_Enter explicitly set V86 flag.
Fix mouse relay stack usage in protected mode.
Raw mode switch now handles interrupt flag correctly.
|
2003-08-25 01:01:01 +00:00 |
Jukka Heinonen
|
e2ae56e0b9
|
Remove obsolete code from DOSVM_Wait.
Prepare DOSVM_Wait for handling nested interrupts in both real and
protected mode.
Provide temporary workaround for keyboard related deadlock.
|
2003-05-02 20:12:52 +00:00 |
Jukka Heinonen
|
1cfc850b2c
|
Move int08 stub and LOL to upper memory.
Move simple int21 functions to winedos.
|
2002-12-07 23:46:41 +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 |
Alexandre Julliard
|
0d875e773e
|
Fixed some dll separation issues.
|
2002-08-30 00:03:25 +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 |
Andreas Mohr
|
8bc7f16caa
|
Spelling/alignment fixes.
|
2002-02-27 01:34:08 +00:00 |
Alexandre Julliard
|
8cd55d0eba
|
Moved most of the real-mode stuff to dlls/winedos.
|
2001-12-04 19:54:44 +00:00 |