- 25 Oct, 2004 21 commits
-
-
David Kredba authored
-
Juan Lang authored
-
Francois Gouget authored
Enable perl warnings Add a proper --help option and usage.
-
Francois Gouget authored
description. This fixes the output of 'make_filter --help'.
-
Francois Gouget authored
-
Michael Jung authored
-
Dimitrie O. Paun authored
-
Rein Klazes authored
-
Dmitry Timoshkov authored
- Remove a comment about protecting per thread data by a critical section.
-
Peter Quiring authored
-
Dimitrie O. Paun authored
Unicode compliant.
-
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 19 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
-