- Oct 25, 2004
-
-
-
-
-
- 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.
-
should be supported. Don't consider a device already in use an error.
-
- Oct 21, 2004
-
-
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.
-
Update it to match the latest source. Fixes many winapi_check warnings.
-
-
registry.
-
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.
-
-
- Properly increment the fmt pointer.
-
to use it.
-
just use GetSystemMetrics.
-
-