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 |
David Elliott
|
44f84b55f3
|
Added basic working stubs of new Windows 2000 API functions.
|
2000-10-29 01:24:54 +00:00 |
Alexandre Julliard
|
46b8c24f9c
|
Removed chdir("/") until we have proper Unix cwd management.
|
2000-09-10 03:18:29 +00:00 |
Alexandre Julliard
|
2e9f786d83
|
Only set COMSPEC if not defined already.
|
2000-08-01 23:34:01 +00:00 |
Alexandre Julliard
|
b18dbd26c5
|
Perform NE_InitProcess in the context of the new task.
|
2000-07-25 12:11:53 +00:00 |
Marcus Meissner
|
c895908824
|
Drop UNIX cwd to / after calculating WINE current directory (to allow
CD unmounts).
|
2000-07-16 14:38:53 +00:00 |
James Juran
|
65020b3539
|
SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
it does not find the file.
|
2000-05-23 01:13:50 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Jeremy White
|
d3e22d9d55
|
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).
|
2000-02-10 19:03:02 +00:00 |
Juergen Schmied
|
8573cc7faf
|
- fixes, loading of settings per user
- autodetecting of windows registry version
|
2000-01-30 03:03:23 +00:00 |
Andreas Mohr
|
0b16006b73
|
Add a newbie warning for slashes in the search Path= of wine.conf.
|
2000-01-26 02:04:09 +00:00 |
Dimitrie O. Paun
|
dd03cc19fd
|
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.
|
1999-12-08 03:56:23 +00:00 |