Rein Klazes
|
d1993fb398
|
Fix compile error with include files from Linux 2.6.7+.
|
2004-09-07 22:44:34 +00:00 |
Alexandre Julliard
|
6a27b48895
|
Fd type is no longer used, get rid of it.
|
2004-08-18 00:04:58 +00:00 |
Alexandre Julliard
|
04ecca54a1
|
Use wine_server_release_fd() instead of close() everywhere we use
wine_server_handle_to_fd().
A few minor winsock cleanups.
|
2003-12-02 04:19:56 +00:00 |
Eric Pouech
|
ff0365290b
|
Got rid of DRIVE_OpenDevice, and replaced it with Win32 equivalents.
|
2003-11-25 01:51:07 +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 |
Francois Gouget
|
17c035b684
|
O_RDONLY==0 but it's cleaner to pass it to DRIVE_OpenDevice() anyway.
|
2003-06-23 19:50:16 +00:00 |
Jukka Heinonen
|
c71cf7e60f
|
Move int13 handler to winedos.
|
2002-12-02 18:57:42 +00:00 |
Jukka Heinonen
|
416c2aeb00
|
Move simple interrupt handlers to winedos.
|
2002-11-12 23:29:48 +00:00 |