Alexandre Julliard
3879b19342
Fixed typo in wine_get_unix_file_name().
2001-01-17 01:55:04 +00:00
Alexandre Julliard
7d5bc5c3f9
Removed some direct accesses to the 16-bit task structure.
2001-01-15 20:09:09 +00:00
Mike McCormack
eb3e38eb73
Swap lpOverlapped parameters in ReadFile and WriteFile.
...
The InternalHigh member should contain the number of
bytes transferred.
2001-01-12 19:57:38 +00:00
Chris Morgan
e4055508a0
Updated messages with new config files in mind to keep from confusing
...
users.
2001-01-12 19:55:19 +00:00
Chris Morgan
7af79ff645
Removed some unnecessary defines after profile.c cleanup.
2001-01-11 20:16:27 +00:00
Chris Morgan
4a3d508b33
Removed use of outdated WINE_INI environment variable. Removed
...
obsolete --config option. Removed loading of global wine config file.
Cleaned up some messages.
2001-01-10 22:57:34 +00:00
Mike McCormack
f21aac0e0c
Implemented asynchronous ReadFile and WriteFile.
2001-01-10 22:45:03 +00:00
Ryan Cumming
418e27ea68
Make CDROM_GetLabel return 0 in the event of failure, and make the
...
default label for drives a string of 11 spaces.
2001-01-09 20:54:11 +00:00
François Gouget
4b4f69ad38
The last parameter of CreateFile should be 0 (aka NULL), not -1.
...
CreateFile returns INVALID_HANDLE_VALUE when it fails, not
HFILE_ERROR.
Added comments.
2001-01-09 20:51:19 +00:00
Alexandre Julliard
550ba5b47a
Avoid crashing on invalid lines during config file conversion.
2001-01-05 22:23:37 +00:00
Alexandre Julliard
8081e5a1e5
Added handle_t type to server interface so that we can make handles
...
pointers later on.
Always use 0 to signal invalid handle in server requests.
2001-01-05 04:08:07 +00:00
Mike McCormack
ad72e71fda
Implemented GetOverlappedResult.
2000-12-29 19:44:18 +00:00
Andreas Mohr
a6d83ebae1
- clarify many error messages
...
- add data corruption warning to README file
2000-12-27 04:02:46 +00:00
Lawson Whitney
e3178f9fbc
Allow an application to open a dos device ending with ':'.
2000-12-27 03:28:13 +00:00
François Gouget
55146dbe18
Fixed a few type clashes in preparation for the switch to STRICT.
2000-12-24 20:33:01 +00:00
Dmitry Timoshkov
b6ac770f04
Define environment variable TMP as an alias for TEMP.
2000-12-24 20:01:12 +00:00
Alexandre Julliard
d549f6909e
Use a separate FIFO pair for server requests that don't need to pass a
...
file descriptor.
Associate file descriptors with handles on the server side so that we
don't need to pass the fd every time the client wants to use it.
2000-12-22 02:04:15 +00:00
Alexandre Julliard
5801723b50
Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
2000-12-22 01:09:26 +00:00
Dmitry Timoshkov
fdc78a3ed0
Protect against NULL buffer in the profile functions.
2000-12-19 19:37:03 +00:00
Alexandre Julliard
1ab243bac1
Merged the get_read_fd and get_write_fd requests.
2000-12-19 02:12:45 +00:00
Huw D M Davies
d0f8bfd778
Spelling fix.
2000-12-15 20:54:01 +00:00
Lawson Whitney
0348212609
Add strerror() to the "Could not stat" and "Invalid path" startup
...
error messages.
2000-12-14 20:30:13 +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
bf67259a41
Use the DRIVE_* API constants instead of the DRIVETYPE enum.
...
Changed DRIVE_CANNOTDETERMINE and DRIVE_DOESNOTEXIST to use the
correct names.
Cleaned up a few dependencies on internal drive.c functions.
2000-12-12 00:44:42 +00:00
Alexandre Julliard
73be8d1cfd
Added automatic translation of the config file to the new
...
format. Updated documentation.
2000-12-06 20:25:11 +00:00
Aric Stewart
e4d09327ef
Added ASCII-only version of toupper, tolower, strcasecmp and the like
...
for file and module I/O.
2000-12-03 03:14:29 +00:00
Patrik Stridvall
2b3aa616e8
Added/modified documentation for function arguments.
2000-12-01 23:58:28 +00:00
Alexandre Julliard
3a0f8b7953
Finished separation of shell32 and wsock32.
2000-12-01 20:48:41 +00:00
Alexandre Julliard
27bb311d70
Added implementation of lstat to port.c.
2000-11-29 17:48:06 +00:00
Alexandre Julliard
24a62ab9b0
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
2000-11-28 22:40:56 +00:00
Dimitrie O. Paun
529da54394
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
2000-11-27 23:54:25 +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
ac7efef3b5
Changed GetProcAddress16 and 16-bit resource functions to take normal
...
pointers instead of SEGPTRs.
Removed WIN16_GetTempDrive.
2000-11-27 21:54:01 +00:00
Marcus Meissner
25e7403a27
Removed strange checkj for !filename, so we don't get section NULL
...
accesses later.
2000-11-26 22:36:19 +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
Dimitrie O. Paun
864dc5981c
Use variable argument macros when compiling with gcc.
2000-11-10 23:31:06 +00:00
Dimitrie O. Paun
dbb61c0f3e
Use debugging API instead of outputing to stderr directly.
2000-11-04 02:55:54 +00:00
Alexandre Julliard
9400e2d727
Fixed SearchPath to handle a ';'-separated path as first argument.
2000-11-01 21:48:38 +00:00
David Elliott
44f84b55f3
Added basic working stubs of new Windows 2000 API functions.
2000-10-29 01:24:54 +00:00
Marcus Meissner
7f0490e3f3
If we have a drive pointing to /, we must not remove the final / or we
...
get the current directory doubled.
2000-10-23 00:37:06 +00:00
Joerg Mayer
959d73e8dd
Reduce the number of warnings about missing initializers.
2000-10-22 23:56:32 +00:00
Andreas Mohr
220312e993
Skip directory symlinks in DOSFS_FindNextEx.
2000-10-19 20:38:38 +00:00
Alexandre Julliard
57f05e1913
Converted a few more server requests to the new mechanism.
2000-10-15 00:40:25 +00:00
Alexandre Julliard
27952ef0ee
Added a few more large integer functions.
2000-10-13 20:26:03 +00:00
Mike McCormack
11776c1fcf
Moved comm.c into kernel32.
2000-10-13 17:11:30 +00:00
Alexandre Julliard
aef9a36059
Use special environment variables to transmit the cwd of the various
...
drives to child processes (based on a patch by Andreas Mohr).
2000-10-03 04:19:16 +00:00
Andreas Mohr
3ac104face
Fixed the default value handling (trailing spaces of the default value
...
are clipped).
section == NULL, key_name == NULL undoc. feature is only valid in Win32.
2000-09-29 21:04:44 +00:00
Alexandre Julliard
15bfcd0398
Moved $(MODULE).o rule out of Make.rules into the individual
...
Makefiles.
2000-09-29 00:28:25 +00:00
Marcus Meissner
34ed4fd40f
Have the UNIX cwd follow the current directory on the current drive.
2000-09-27 00:22:16 +00:00
Alexandre Julliard
83f52d11c1
Moved all Win16 definitions out of the standard Windows headers.
2000-09-26 22:20:14 +00:00