Alexandre Julliard
|
dbecf5c911
|
Store the windows and system directories as long path names.
Moved GetTempPath and GetTempDrive to dlls/kernel.
|
2004-03-26 01:07:34 +00:00 |
Alexandre Julliard
|
af16aac743
|
Reimplemented SearchPathW using ntdll functions.
|
2004-03-25 23:41:04 +00:00 |
Alexandre Julliard
|
a98a37cde5
|
Do not put the TEMP and TMP variables into the Unix environment, use
WINETEMP and WINETMP instead, like we already do for PATH.
|
2004-03-11 00:49:01 +00:00 |
Alexandre Julliard
|
62b6bef318
|
Moved a number of 16-bit functions to file16.c.
|
2004-03-10 02:20:40 +00:00 |
Alexandre Julliard
|
8045ad5c0e
|
Removed some unnecessary definitions from file.h.
Got rid of drive.h.
|
2004-03-09 23:51:02 +00:00 |
Alexandre Julliard
|
00777ec914
|
Get rid of the Filesystem option in the drive config, this was more
confusing than useful.
|
2004-03-09 19:52:06 +00:00 |
Alexandre Julliard
|
1a87dc42e2
|
Removed some of the DOS device hacks (based on a patch by Eric
Pouech).
|
2004-02-24 01:15:12 +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 |
Gerald Pfeifer
|
5363999005
|
Remove unused variable wineW.
|
2003-10-21 23:42:22 +00:00 |
Alexandre Julliard
|
49a0224fb3
|
Get rid of the drive codepages and use CP_UNIXCP instead.
|
2003-10-15 03:47:53 +00:00 |
Oleg Prokhorov
|
947c61e4f7
|
Avoid HeapReAlloc of a NULL pointer.
|
2003-10-09 19:49:05 +00:00 |
Alexandre Julliard
|
4137aecaa5
|
Changed LdrLoadDll to only search for the dll in the specified path,
using ntdll functions.
Moved LOAD_WITH_ALTERED_SEARCH_PATH functionality to LoadLibraryEx
where it belongs.
|
2003-10-02 04:58:49 +00:00 |
Alexandre Julliard
|
f80b869939
|
Converted most of the loader code to Unicode.
|
2003-09-29 20:42:24 +00:00 |
Alexandre Julliard
|
2d13956285
|
The "Path" value of the "App Paths" entry should be handled in
ShellExecute by changing PATH in the new process, instead of being
done in SearchPath.
|
2003-09-26 04:35:01 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
94463d7bbe
|
Moved profile functions to dlls/kernel.
|
2003-08-26 02:54:37 +00:00 |
Alexandre Julliard
|
e0deb0c627
|
Replaced remaining calls to PROFILE_GetWineIniString/Bool by direct
registry accesses.
|
2003-08-19 03:21:04 +00:00 |
Gerald Pfeifer
|
7a9119207c
|
Add trailing full-stop to warning in DIR_GetPath().
|
2003-03-25 00:33:12 +00:00 |
Alexandre Julliard
|
43690e9e47
|
Removed no longer needed inclusion of heap.h.
|
2003-01-24 00:54:58 +00:00 |
Alexandre Julliard
|
d427f731f0
|
Make COMSPEC point to wcmd.exe, not command.com.
|
2002-11-04 22:49:11 +00:00 |
Alexandre Julliard
|
64e047fed3
|
Get rid of FILE_ATTRIBUTE_SYMLINK (based on a patch by Bill Medland).
|
2002-10-25 03:32:10 +00:00 |
Patrik Stridvall
|
cf07e10017
|
Don't use wine/unicode.h in the header files, include it directly
where needed instead.
|
2002-10-23 20:20:59 +00:00 |
Alexandre Julliard
|
996baf6379
|
Transmit the Windows PATH to child processes using the WINEPATH
variable.
|
2002-10-09 18:35:01 +00:00 |
Alexandre Julliard
|
dafbc3f73f
|
Removed remaining references to advapi32 registry functions from
kernel functions.
|
2002-09-13 18:52:01 +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 |
Michael Beach
|
81ac4f2c3d
|
Fixed buffer size in DIR_TryModulePath for Win32 modules.
|
2002-09-12 17:51:07 +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 |
Andreas Mohr
|
2996c57fba
|
Fixed uninitialized HKEYs.
|
2002-07-16 01:11:12 +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 |
Juergen Schmied
|
6b27977ab5
|
Use long names, not 8.3 names in environment.
|
2002-05-09 19:35:22 +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
|
8f925ae5c8
|
Implemented "App Paths" registry key support for SearchPath().
|
2002-02-27 18:49:40 +00:00 |
Dmitry Timoshkov
|
4291e45c98
|
Fix return value of GetWindowsDirectoryA/W and GetSystemDirectoryA/W.
|
2002-01-18 18:53:11 +00:00 |
Andreas Mohr
|
9cef2d0b1d
|
- fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address
|
2001-11-19 02:30:01 +00:00 |
Bill Medland
|
65fc1c92d4
|
Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx.
|
2001-08-24 21:13:02 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
dae8de69e2
|
Documentation ordinal fixes (using winapi_fixup).
|
2001-06-13 20:13:18 +00:00 |
Andreas Mohr
|
8c2f4b18fa
|
Some more message cleanups.
|
2001-03-03 00:22:50 +00:00 |
Gerard Patel
|
d52e1c4be9
|
Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
|
2001-02-16 19:05:42 +00:00 |
Andreas Mohr
|
8ee6cca354
|
- TRACE opened registry handles
- add proper quotes to wineinstall
- spelling
|
2001-02-12 18:10:43 +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 |
Andreas Mohr
|
a6d83ebae1
|
- clarify many error messages
- add data corruption warning to README file
|
2000-12-27 04:02:46 +00:00 |
Dmitry Timoshkov
|
b6ac770f04
|
Define environment variable TMP as an alias for TEMP.
|
2000-12-24 20:01:12 +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
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +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 |
Alexandre Julliard
|
9400e2d727
|
Fixed SearchPath to handle a ';'-separated path as first argument.
|
2000-11-01 21:48:38 +00:00 |