- 25 Oct, 2004 10 commits
-
-
Scott Ritchie authored
-
Eric Pouech authored
- always return a NULL runtime info buffer in child if parent's runtime info is NULL - fixed typo in startupinfo size
-
Robert Reif authored
-
Robert Reif authored
-
Sami Aario authored
-
Robert Shearman authored
- Store hit code in a signed integer so that we can see whether it is less than zero.
-
Robert Shearman authored
- An lParam of 0 indicates that the title should be removed.
-
Michael Stefaniuc authored
- Remove some infos regarding entries which were removed lately from the config file.
-
Juan Lang authored
-
Juan Lang authored
-
- 22 Oct, 2004 22 commits
-
-
Francois Gouget authored
-
Alexandre Julliard authored
Factored out some common routines.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Juan Lang authored
in wine.inf.
-
Aric Stewart authored
before trying to register the Parent. This avoids loops if a ProgId has itself as a parent or there is a loop in dependencies.
-
Francois Gouget authored
Change the way functions are called and their declaration order so perl can check the prototypes.
-
Stefan Leichter authored
-
Mike McCormack authored
-
Alexandre Julliard authored
(spotted by Francois Gouget).
-
Alexandre Julliard authored
-
Francois Gouget authored
CSIDL_PROFILES is not defined in the Windows SDK. snprintf and strcasecmp don't exist on Windows. Replace them with wnsprintfA and lstrcmpiA respectively.
-
Alexandre Julliard authored
McCormack).
-
Francois Gouget authored
necessary to first include winuser.h like on Windows.
-
Francois Gouget authored
Replace regular expressions with simple string comparisons where possible. Use '(?:subregexp)' instead of '(subregexp)' wherever possible. 'dlls/gdi' does not have a win16drv subdirectory anymore so simplify regular expressions accordingly.
-
Francois Gouget authored
implement them as cdecl.
-
Stefan Leichter authored
-
Rein Klazes authored
and every 400 years after that. Add a test used to find this bug.
-
Martin Fuchs authored
-
Mike McCormack authored
-
Dimitrie O. Paun authored
Type safe functions (pass infoPtr and type safe values around). Some cleanup and indentation fixes.
-
Robert Reif authored
should be supported. Don't consider a device already in use an error.
-
- 21 Oct, 2004 8 commits
-
-
Rolf Kalbermatter authored
necessary. - Remove extra boolean parameter in SHNotifyMoveFile as it is not used. - Use in SHFileOperation the function SHNotifyCreateDirectory instead of SHCreateDirectoryEx as it does not anymore what is needed here. - Fix several unsigned/signed mismatch warnings.
-
Francois Gouget authored
Update it to match the latest source. Fixes many winapi_check warnings.
-
Uwe Bonnes authored
-
Dimitrie O. Paun authored
registry.
-
Francois Gouget authored
Add mscat.h and wintrust.h; update wincrypt.h. Fix the CryptCATAdminAcquireContext() and WinVerifyTrust() prototypes so they use the proper types. Update the wintrust section of win32.api.
-
Robert Shearman authored
-
Ge van Geldorp authored
- Properly increment the fmt pointer.
-
Jason Edmeades authored
to use it.
-