X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=x264dll.c;h=762bc3b9fa0753934a2cbdac560edbf5ccc74269;hb=be677efc6313ade5eddf722fdf097cce56df1344;hp=7974d4a9f7fb3f568c45cd5c19f96e90d298a78f;hpb=ee9bc136e9e6f0875308c9505a08360294e7cd4a;p=x264 diff --git a/x264dll.c b/x264dll.c index 7974d4a9..762bc3b9 100644 --- a/x264dll.c +++ b/x264dll.c @@ -1,7 +1,7 @@ /***************************************************************************** * x264dll: x264 DLLMain for win32 ***************************************************************************** - * Copyright (C) 2009-2011 x264 project + * Copyright (C) 2009-2016 x264 project * * Authors: Anton Mitrofanov * @@ -27,7 +27,7 @@ #include /* Callback for our DLL so we can initialize pthread */ -BOOL WINAPI DllMain( HANDLE hinstDLL, DWORD fdwReason, LPVOID lpvReserved ) +BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved ) { #if PTW32_STATIC_LIB switch( fdwReason )