Re: [comctl32/tests #3] Use GetModuleHandleA instead of LoadLibraryA
Mikołaj Zalewski
9 Mar
2008
9 Mar
'08
4:45 p.m.
I've changed GetModuleHandle to LoadLibrary because when I compiled
only tests/rebar.c as standalone, the comctl32 wasn't loaded and
GetModuleHandle returned NULL. Are there advantages from using
GetModuleHandle?