2008-11-04 |
Michael Stefaniuc | iphlpapi: Do not cast zero.
|
commit | commitdiff | tree |
2008-11-04 |
Michael Stefaniuc | crypt32: Remove superfluous casts of void pointers.
|
commit | commitdiff | tree |
2008-11-04 |
Michael Stefaniuc | user32: Do not cast zero.
|
commit | commitdiff | tree |
2008-11-04 |
Michael Stefaniuc | comctl32: Do not cast zero.
|
commit | commitdiff | tree |
2008-11-04 |
Michael Stefaniuc | riched20: Remove superflous casts.
|
commit | commitdiff | tree |
2008-11-04 |
Michael Stefaniuc | kernel32: Do not cast zero.
|
commit | commitdiff | tree |
2008-11-04 |
Michael Stefaniuc | wined3d: Use the integer variant of zero instead of...
|
commit | commitdiff | tree |
2008-11-04 |
Michael Stefaniuc | comctl32/tests: Use MAKELPARAM instead of "(LPARAM...
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | uxtheme: Remove superflous casts.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | avifil32: Remove superfluous casts of void pointers.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | Remove the remaining casts of NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | comctl32: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | oleaut32: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | dmloader: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | shell32: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | winedos: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | dmsynth: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | setupapi: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | oleview: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | ole32: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | netapi32/tests: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | d3dx8: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | dnsapi: Transform two for loops into while loops.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | dmusic: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | user32: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | winedbg: Use FIELD_OFFSET instead of reimplementing it.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | riched20: Use MAKELPARAM instead of "(LPARAM) MAKELONG".
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | riched20: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | cabinet: Do not cast NULL.
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | winex11.drv: ImmLockIMCC() returns a void pointer;...
|
commit | commitdiff | tree |
2008-11-03 |
Michael Stefaniuc | winedump: Remove casts of void pointers to other pointer...
|
commit | commitdiff | tree |
2008-10-31 |
Michael Stefaniuc | gdi32: Don't cast NULL.
|
commit | commitdiff | tree |
2008-10-31 |
Michael Stefaniuc | comdlg32: Don't cast the return value of GetProp()...
|
commit | commitdiff | tree |
2008-10-29 |
Michael Stefaniuc | comctl32: HANDLE/HGLOBAL are basically just void pointers...
|
commit | commitdiff | tree |
2008-10-28 |
Michael Stefaniuc | comctl32: Remove superfluous casts as HANDLE to other...
|
commit | commitdiff | tree |
2008-10-28 |
Michael Stefaniuc | cmdlgtst: Use NULL instead of casting 0 to a pointer.
|
commit | commitdiff | tree |
2008-10-27 |
Michael Stefaniuc | cmdlgtst: HGDIOBJ is interchangeable with other handle...
|
commit | commitdiff | tree |
2008-10-27 |
Michael Stefaniuc | taskmgr: HGDIOBJ is interchangeable with other handle...
|
commit | commitdiff | tree |
2008-10-27 |
Michael Stefaniuc | gdi32/tests: HGDIOBJ is interchangeable with other...
|
commit | commitdiff | tree |
2008-10-27 |
Michael Stefaniuc | user32: HGDIOBJ is interchangeable with other handle...
|
commit | commitdiff | tree |
2008-10-27 |
Michael Stefaniuc | comctl32: HGDIOBJ is interchangeable with other handle...
|
commit | commitdiff | tree |
2008-10-27 |
Michael Stefaniuc | comctl32: Just use 0 instead of casting NULL twice...
|
commit | commitdiff | tree |
2008-10-27 |
Michael Stefaniuc | rsaenh: Use 0 instead of casting NULL to a handle of...
|
commit | commitdiff | tree |
2008-10-27 |
Michael Stefaniuc | advapi32/tests: Use 0 instead of casting NULL to a...
|
commit | commitdiff | tree |
2008-10-24 |
Michael Stefaniuc | ntdll: Don't cast void pointers to other pointer types.
|
commit | commitdiff | tree |
2008-10-24 |
Michael Stefaniuc | comctl32: LockResource() returns a LPVOID so don't...
|
commit | commitdiff | tree |
2008-10-24 |
Michael Stefaniuc | comctl32: DPA_GetPtr() returns a LPVOID so don't cast...
|
commit | commitdiff | tree |
2008-10-24 |
Michael Stefaniuc | comctl32: Remove the superfluous casting of the LPVOID...
|
commit | commitdiff | tree |
2008-10-24 |
Michael Stefaniuc | gdi32: Don't cast the void pointer returned by GDI_GetObjPtr().
|
commit | commitdiff | tree |
2008-10-20 |
Michael Stefaniuc | winecfg: Fix compilation on older gcc versions.
|
commit | commitdiff | tree |
2008-10-16 |
Michael Stefaniuc | riched20: Remove superfluous backslashes at end of...
|
commit | commitdiff | tree |
2008-10-16 |
Michael Stefaniuc | advapi32/tests: Remove superfluous casts of void pointers...
|
commit | commitdiff | tree |
2008-10-16 |
Michael Stefaniuc | dinput: Remove superfluous backslashes at end of lines.
|
commit | commitdiff | tree |
2008-10-16 |
Michael Stefaniuc | riched32: Remove superfluous backslashes at end of...
|
commit | commitdiff | tree |
2008-10-16 |
Michael Stefaniuc | mlang/tests: Remove superfluous backslashes at end...
|
commit | commitdiff | tree |
2008-10-16 |
Michael Stefaniuc | wininet: Remove duplicated header includes.
|
commit | commitdiff | tree |
2008-10-16 |
Michael Stefaniuc | shdocvw/tests: Remove duplicated header include.
|
commit | commitdiff | tree |
2008-10-15 |
Michael Stefaniuc | shlwapi: Remove break after return (Smatch).
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | shell32/tests: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | oleaut32: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | msi: Use the right FAILED/SUCCEEDED macro instead of...
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | winecfg: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | itss/tests: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | msxml3/tests: Use SUCCEEDED instead of !FAILED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | winefile: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | d3dxof: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | dxdiagn: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | comctl32: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | shdocvw: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | qcap: Use the right FAILED/SUCCEEDED macro instead...
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | dplayx: Use SUCCEEDED instead of !FAILED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | shlwapi: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | d3d9/tests: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | mshtml/tests: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | urlmon/tests: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | ddraw/tests: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | quartz: Use the right FAILED/SUCCEEDED macro instead...
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | qmgr: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | ole32: Use the right FAILED/SUCCEEDED macro instead...
|
commit | commitdiff | tree |
2008-10-08 |
Michael Stefaniuc | shell32: Use FAILED instead of !SUCCEEDED.
|
commit | commitdiff | tree |
2008-09-25 |
Michael Stefaniuc | oleaut32/tests: Fix printf format warning.
|
commit | commitdiff | tree |
2008-09-25 |
Michael Stefaniuc | shlwapi/tests: Remove redundant NULL check before SysFreeStr...
|
commit | commitdiff | tree |
2008-09-25 |
Michael Stefaniuc | oleaut32: Remove redundant NULL check before SysFreeString...
|
commit | commitdiff | tree |
2008-09-25 |
Michael Stefaniuc | msxml3/tests: Remove redundant NULL check before SysFreeStri...
|
commit | commitdiff | tree |
2008-09-25 |
Michael Stefaniuc | jscript: Remove redundant NULL check before SysFreeString...
|
commit | commitdiff | tree |
2008-09-24 |
Michael Stefaniuc | oleaut32/tests: Remove redundant NULL check before...
|
commit | commitdiff | tree |
2008-09-08 |
Michael Stefaniuc | regedit: Fix the Bg, Cs, Da, Es, Hu, It, Ko, Pl, Pt...
|
commit | commitdiff | tree |
2008-09-08 |
Michael Stefaniuc | worpad: Fix the German translation.
|
commit | commitdiff | tree |
2008-09-08 |
Michael Stefaniuc | wordpad: Change the encoding of the German resource...
|
commit | commitdiff | tree |
2008-09-08 |
Michael Stefaniuc | wordpad: Fix the Hungarian translation by removing...
|
commit | commitdiff | tree |
2008-09-08 |
Michael Stefaniuc | shell32: Fix the Ca, Hu, Ro, Sk, Sv and Wa translations...
|
commit | commitdiff | tree |
2008-09-08 |
Michael Stefaniuc | user32/tests: Remove unreachable break after return...
|
commit | commitdiff | tree |
2008-09-05 |
Michael Stefaniuc | jscript: Move 'inline' right after the storage specifier...
|
commit | commitdiff | tree |
2008-08-29 |
Michael Stefaniuc | winhttp: Move the wine includes after the system includes.
|
commit | commitdiff | tree |
2008-08-20 |
Michael Stefaniuc | d3dxof: Remove unreachable break after return (Smatch).
|
commit | commitdiff | tree |
2008-08-19 |
Michael Stefaniuc | riched20: Remove redundant NULL check before HeapFree...
|
commit | commitdiff | tree |
2008-08-19 |
Michael Stefaniuc | advapi/tests: CreateFile returns INVALID_HANDLE_VALUE...
|
commit | commitdiff | tree |
2008-08-04 |
Michael Stefaniuc | msxml3: Remove redundant NULL checks before HeapFree...
|
commit | commitdiff | tree |
2008-07-18 |
Michael Stefaniuc | msxml3: Remove redundant NULL check before HeapFree...
|
commit | commitdiff | tree |
2008-07-11 |
Michael Stefaniuc | quartz: Add missing LeaveCriticalSection on error path...
|
commit | commitdiff | tree |