- Oct 25, 2004
-
-
Enable perl warnings Add a proper --help option and usage.
-
description. This fixes the output of 'make_filter --help'.
-
-
-
-
-
- Remove a comment about protecting per thread data by a critical section.
-
-
Unicode compliant.
-
-
- always return a NULL runtime info buffer in child if parent's runtime info is NULL - fixed typo in startupinfo size
-
-
-
-
- Store hit code in a signed integer so that we can see whether it is less than zero.
-
- An lParam of 0 indicates that the title should be removed.
-
- Remove some infos regarding entries which were removed lately from the config file.
-
-
-
- Oct 22, 2004
-
-
-
Alexandre Julliard authored
Factored out some common routines.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
in wine.inf.
-
before trying to register the Parent. This avoids loops if a ProgId has itself as a parent or there is a loop in dependencies.
-
Change the way functions are called and their declaration order so perl can check the prototypes.
-
-
-
Alexandre Julliard authored
(spotted by Francois Gouget).
-
Alexandre Julliard 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).
-
necessary to first include winuser.h like on Windows.
-
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.
-
implement them as cdecl.
-
-
and every 400 years after that. Add a test used to find this bug.
-
-
-
Type safe functions (pass infoPtr and type safe values around). Some cleanup and indentation fixes.
-