Skip to content

win32: really fix the DllMain signature

Steve Lhomme requested to merge robUx4/vlc:dllmain_signature into master

After 9ca790a6 the DWORD turned into and unsigned, but it should be an unsigned long.

Merge request reports