Kaydet (Commit) a5ead055 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wincompatible-pointer-types

Change-Id: If126707fe637917a5f73950c751a97c30ad2e692
üst 97b201f6
......@@ -70,7 +70,7 @@ _pRawDllMain()
*/
static BOOL WINAPI _RawDllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved );
extern BOOL (WINAPI *_pRawDllMain)(HANDLE, DWORD, LPVOID) = _RawDllMain;
extern BOOL (WINAPI *_pRawDllMain)(HINSTANCE, DWORD, LPVOID) = _RawDllMain;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment