Module: wine Branch: master Commit: d9e8a0f63e7331355634f81e42a2373564ce934c URL: http://source.winehq.org/git/wine.git/?a=commit;h=d9e8a0f63e7331355634f81e42...
Author: Francois Gouget fgouget@free.fr Date: Wed Mar 28 10:00:28 2007 +0200
Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll.
---
dlls/advapi32/tests/crypt.c | 63 ++++++++++++++++++-------------------- dlls/advapi32/tests/crypt_md5.c | 2 +- dlls/advapi32/tests/lsa.c | 18 +++++------ dlls/advapi32/tests/security.c | 9 ++++-- dlls/comctl32/tests/dpa.c | 6 ---- dlls/comctl32/tests/mru.c | 2 - dlls/crypt32/tests/crl.c | 6 +--- dlls/ddraw/tests/d3d.c | 6 +--- dlls/ddraw/tests/refcount.c | 6 +--- dlls/kernel32/tests/locale.c | 16 ++++------ dlls/localspl/tests/localmon.c | 2 +- dlls/msi/tests/db.c | 2 - dlls/ntdll/tests/change.c | 12 +++++-- dlls/ntdll/tests/file.c | 18 ++++++----- dlls/ntdll/tests/om.c | 49 ++++++++++++++++-------------- dlls/ole32/tests/stg_prop.c | 10 ++---- dlls/shell32/tests/shlfileop.c | 4 +-- dlls/shell32/tests/shlfolder.c | 18 ++++------- dlls/shlwapi/tests/shreg.c | 7 +--- dlls/shlwapi/tests/string.c | 2 - dlls/user32/tests/input.c | 7 +++- dlls/user32/tests/monitor.c | 14 +++----- dlls/user32/tests/resource.c | 4 +-- 23 files changed, 123 insertions(+), 160 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d9e8a0f63e7331355634f8...