Alexandre Julliard
7e65631832
Added support for restarting directory scans on platforms where
...
seekdir return values cannot be reused on a different directory
object.
Added some checks for invalid file names in DIR_nt_to_unix.
2004-04-14 04:36:21 +00:00
Alexandre Julliard
017438cdbc
Fixed handling of \\?\ prefix in RtlDosPathNameToNtPathName_U.
...
Fixed parsing of UNC file names in RtlGetFullPathName_U.
2004-04-14 04:34:04 +00:00
Alexandre Julliard
1a833442a1
Replaced create_file server requests by a call to NtCreateFile.
2004-04-14 04:31:55 +00:00
Filip Navara
2493529750
Fix the case of RpcNetworkIsProtseqValid[AW] (was
...
RpcNetworkIsProtSeqValid[AW]) names.
2004-04-14 04:28:27 +00:00
Martin Fuchs
5307b3f598
Return TRUE for TVM_EXPAND if treeview item is already expanded.
2004-04-14 04:27:59 +00:00
Filip Navara
0c954aebbd
Force resize before calling RBN_HEIGHTCHANGE notification.
2004-04-14 04:27:16 +00:00
Eric Pouech
c2d7faeec3
Updated to latest version's exports, and added a few more forwards.
2004-04-13 21:16:58 +00:00
Christian Costa
51b37e1abc
Fixed typo.
2004-04-13 21:16:26 +00:00
Tony Lambregts
ac6e8f5dcd
Add bit about not being able to use Windows drivers to Print etc.
2004-04-13 21:16:08 +00:00
Dmitry Timoshkov
6ba0d27e45
Add a test for GW_HWNDLAST.
2004-04-13 21:15:51 +00:00
Juan Lang
38deeb4fd2
Add stub for ShellDDEInit to let Windows explorer.exe get past the
...
beginning.
2004-04-13 21:15:33 +00:00
Juan Lang
ae78d17f9d
IShellView seems reasonably complete, change a FIXME to a TRACE to
...
speed up open/save dialogs.
2004-04-13 21:15:01 +00:00
Alexandre Julliard
286fe0af18
Fixed a warning.
2004-04-13 00:19:58 +00:00
Gerald Pfeifer
ae07d8e834
Do not include <windows.h>, to avoid duplicate declaration of
...
select().
2004-04-13 00:19:38 +00:00
Martin Fuchs
b8dc8abbc0
Correct IShellFolder::GetAttributesOf() for the case *rgfInOut=0.
2004-04-13 00:19:11 +00:00
Martin Fuchs
c01e515815
Check for folders in ShellExecute().
2004-04-13 00:18:45 +00:00
Alexandre Julliard
82398e10c1
Set last error to 0 on success in VERSION_GetFileVersionInfo_PE now
...
that LoadLibraryW doesn't do this anymore.
2004-04-12 23:33:08 +00:00
Alexandre Julliard
e792fb74ba
Implemented NtCreatelFile using the new symlink scheme.
...
Use NtCreateFile in the loader, and get rid of the CreateFileW upcall
hack.
2004-04-12 23:31:09 +00:00
Filip Navara
2392a36370
Get rid of non-standard ERROR_UNKNOWN value.
2004-04-12 23:15:11 +00:00
Mike McCormack
3462299c55
Convert unicode strings to const.
2004-04-12 23:13:53 +00:00
Dmitry Timoshkov
7104df5d0d
Add WM_QUERYNEWPALETTE in appropriate places of the message test.
2004-04-12 23:13:14 +00:00
Martin Fuchs
6223fdc9f2
- rename 'wszCommandline' to 'wszParameters'
...
- separate out command line arguments from executable file name
2004-04-12 23:12:51 +00:00
Martin Fuchs
1ab301d7be
- eliminate MSVC type conversion warning
...
- IShellLink::GetIconLocation(): get icons for shell links if not
already set
2004-04-12 23:12:39 +00:00
Robert Reif
a1f01d353c
Cleanup reference counting.
...
Move notify array to buffer.
Add state info and fix GetStatus.
Remove unnecessary driver description flags.
2004-04-12 23:12:17 +00:00
Alexandre Julliard
bea945eed9
OpenServiceW: don't use the requested service access rights for the
...
registry key access rights, they are not the same thing.
2004-04-12 22:18:39 +00:00
Alexandre Julliard
693a3cd049
Create the devices earlier on during startup.
2004-04-12 22:12:43 +00:00
Alexandre Julliard
c420138d99
OpenSCManagerA/W arguments are strings.
2004-04-12 22:11:24 +00:00
Jeff
1c0b4aae49
Clarify the attach command.
2004-04-12 22:09:36 +00:00
Francois Gouget
0217bfdfed
Assorted spelling fixes.
2004-04-12 22:08:23 +00:00
Lionel Ulmer
d069312de6
Add the possibility to save a snapshot of the backbuffer at
...
flip-time.
2004-04-12 22:07:33 +00:00
Lionel Ulmer
9fccb024be
- better log the GetDeviceState function
...
- log changes to the DInputKeyState table
2004-04-12 22:07:12 +00:00
Rein Klazes
cef3983703
Fix GetCommState and SetCommState, so that these functions can be used
...
to set/clear/read the DTR and RTS lines.
2004-04-12 22:06:52 +00:00
Hans Leidekker
c2da57e27b
Correct spec entry for MsiLoadString*.
...
Pseudo stubs for MsiLocateComponent*.
2004-04-12 22:06:12 +00:00
Dmitry Timoshkov
e1d413da84
Add a test case for children Z ordering at window creation time.
2004-04-12 22:05:53 +00:00
Rein Klazes
ab14429b9d
Implement tapiGetLocationInfo.
2004-04-12 22:05:17 +00:00
Vincent Béron
9ce6ff26e1
Remove "Path" lines from sample config.
...
Setup the links for the default DOS drives in wineinstall.
2004-04-12 22:05:00 +00:00
Dimitrie O. Paun
23a1c12d8e
Add support for --verbose for compatibility.
2004-04-12 22:04:13 +00:00
Huw Davies
01fbcfb2f1
Add back win16 style dialogs for win32 apps.
2004-04-12 22:03:55 +00:00
Dimitrie O. Paun
4e6fca0efc
Don't declare GDI stuff when NOGDI is defined.
2004-04-12 22:02:54 +00:00
Filip Navara
f379a1dccf
Get rid of E_UNSPEC non-standard error value.
2004-04-12 22:02:37 +00:00
Robert Reif
dc4535f91a
Remove trailing white space.
...
Cleanup white space and format in direct sound capture routines.
2004-04-12 22:01:47 +00:00
Alexandre Julliard
e7579ef3f6
Fixed line number handling for escaped end of lines inside strings.
2004-04-09 19:08:53 +00:00
Michael Stefaniuc
c95385a358
- remove from README the stuff that's already in the man page
...
- more stuff goes from README to the man page
- spelling fixes
2004-04-09 19:06:29 +00:00
Dmitry Timoshkov
062080d633
Conditionally compile code which uses XK_EuroSign definition.
2004-04-09 19:06:08 +00:00
Hans Leidekker
eabafe779c
Link to ntdll.
2004-04-09 19:05:47 +00:00
Hans Leidekker
c1d1eb2434
Correct spec entry for DllGetClassObject.
2004-04-09 19:05:34 +00:00
Francois Gouget
20547de012
Patch the fragment size if it does not match the current sound
...
format. This saves us from triggering a kernel freeze on some OSS 2.4
+ SoundBlaster 16 systems.
2004-04-09 19:05:09 +00:00
Francois Gouget
e7427e13af
Cleanup the handling of the extension in SHELL_FindExecutable():
...
- Eliminate the corresponding fixed-size buffer which removes the
limitation to 3 character extensions.
- Fix handling of the trailing '.' case.
- Do a case-insensitive check for the extension in win.ini.
Increase the size of the command buffer to 1024.
2004-04-09 19:04:03 +00:00
Francois Gouget
c6c109a362
Use named constants instead of magic numbers.
2004-04-09 19:03:13 +00:00
Dimitrie O. Paun
a5686fe589
Added definition for HUGE_VAL.
2004-04-09 19:02:45 +00:00