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

-Wmicrosoft-cast

Change-Id: I205861dd46d635b4b7be87ec8eb84cb70d8bf4d7
üst 353b7dde
......@@ -97,7 +97,7 @@ extern "C"
void *lok_dlsym(void *Hnd, const char *pName)
{
return GetProcAddress((HINSTANCE) Hnd, pName);
return reinterpret_cast<void *>(GetProcAddress((HINSTANCE) Hnd, pName));
}
int lok_dlclose(void *Hnd)
......
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