- 15 Feb, 2008 40 commits
-
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Francois Gouget authored
advapi32/tests: Check that a credential type is supported before testing it. Test CRED_TYPE_DOMAIN_VISIBLE_PASSWORD credentials. Factorize the CredentialBlob checks.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Christian Authmann authored
-
Marcus Meissner authored
-
Royal Chan authored
-
Kirill K. Smirnov authored
-
Kirill K. Smirnov authored
-
Kirill K. Smirnov authored
systray: Avoid modifying non-existent tooltip windows of non-existent icon windows when application updates tip of hidden icon.
-
Reece H. Dunn authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Frans Kool authored
-
Frans Kool authored
-
Frans Kool authored
-
Frans Kool authored
-
Frans Kool authored
-
Frans Kool authored
-
Frans Kool authored
-
Frans Kool authored
-
Paul Vriens authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
shell32: Memory allocated by CommandLineToArgvW should be that got from LocalAlloc/LocalReAlloc, not from GlobalAlloc. Use LMEM_FIXED instead of 0 in calls to LocalAlloc to emphasise that we're getting a direct pointer, not a handle to memory. Remove hargv as it is confusing and unnecessary.
-
Rob Shearman authored
-
Rob Shearman authored
shlwapi: IID_IInternetSecurityMgrSite is now defined so remove the local definition from IUnknown_GetWindow.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
dxdiagn: Fix the character count passed to snprintfW in DXDiag_AddFileDescContainer and DXDiag_InitDXDiagDisplayContainer.
-
Rob Shearman authored
dbghelp: Fix a typo in SymLoadModuleExW that caused the wrong number of characters to be passed to lstrcpynW.
-
Rob Shearman authored
advapi32: The lpcbSecurityDescriptor parameter to RegGetKeySecurity isn't optional, so don't complicate the code by treating as though it is.
-
Huw Davies authored
-