- 15 Feb, 2008 40 commits
-
-
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
-
Huw Davies authored
-
Paul Vriens authored
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
-
Vitaliy Margolen authored
-
Vitaliy Margolen authored
This reverts commit 31876695.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Rob Shearman authored
-
Rob Shearman authored
Change the return value from BOOL to NTSTATUS so that we can return the exception code to the caller.
-
Francois Gouget authored
-