X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=x264dll.c;h=762bc3b9fa0753934a2cbdac560edbf5ccc74269;hb=64f4e24909924fceeea6e154d71b7dfbf586c7ea;hp=cc0d4d39a77c409168c08ee10d6b73e6b81ea6ca;hpb=732b072ae236b57cabdbc3b31cd7b482d1f9f9ff;p=x264 diff --git a/x264dll.c b/x264dll.c index cc0d4d39..762bc3b9 100644 --- a/x264dll.c +++ b/x264dll.c @@ -1,7 +1,7 @@ /***************************************************************************** * x264dll: x264 DLLMain for win32 ***************************************************************************** - * Copyright (C) 2009-2013 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 )