- 22 Oct, 2004 10 commits
-
-
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 30 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.
-
Thorsten Kani authored
just use GetSystemMetrics.
-
Francois Gouget authored
-
Francois Gouget authored
Remove kludges for kernel_private.h, gdi_private.h, ntdll_misc.h, ts_xlib.h, x11drv.h and x11font.h. They are not needed anymore.
-
Robert Reif authored
Add IClassFactory->CreateInstance aggregation checks. IID_IDirectSoundCapture and IID_IDirectSoundCapture8 are same so remove redundant check. Allocate capture buffer for hw driver if necessary.
-
Mike McCormack authored
-
Juan Lang authored
Shell Folders - if User Shell Folders doesn't exist in HKCU, HKLM should be tried - SHGetSpecialFolderPath should call SHGetFolderPath, not vice-versa - the default values should be localizable - some of the parameter checking and returned LPITEMIDLISTs were a bit off
-
Francois Gouget authored
perl can check its prototype.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
Use PVOID instead of void* for consistency. Update the dbghelp section in win32.api.
-
Francois Gouget authored
vs. "long long" issues.
-
Rein Klazes authored
years.
-
Rein Klazes authored
other fields of the supplied tm structure. - add prototype declarations for the time functions.
-
Robert Shearman authored
-
Mike McCormack authored
-
Francois Gouget authored
Properly handle C and C++ comment parsing.
-
Walt Ogburn authored
track of trailing zeros in a decimal number. VarNumFromParseNum: Don't error on decimal expressions for zero.
-
Rolf Kalbermatter authored
-
Robert North authored
standard.
-
Dimitrie O. Paun authored
-
Robert Shearman authored
the native shell image list properly (reported by Thorsten Kani). - Rewrite TOOLBAR_NotifyFormat to avoid side-effects.
-
Mike McCormack authored
-