Re: msvidc32: Remove unused DllMain() function
2 Dec
2005
2 Dec
'05
2:53 p.m.
"Francois Gouget" <fgouget(a)free.fr> wrote:
msvideo1.c defines a DllMain() function but: * it is not exported in the spec file * it is not referenced in any way anywhere else * the native dll does not export a DllMain function either
DllMain does not need to be exported to define an entry point of the DLL. Moreover, DllMain of msvidc32 initializes MSVIDC32_hModule which is used later on. -- Dmitry.
7316
Age (days ago)
7316
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov