|
|
@@ -153,7 +153,7 @@ static int restore_old_table(void * v)
|
|
|
#ifdef _WIN32
|
|
|
__declspec(dllexport) int start(struct pluginlink * pluginlink,
|
|
|
int argc, char** argv);
|
|
|
-BOOL APIENTRY DllMain( HMODULE hModule,
|
|
|
+BOOL WINAPI DllMain( HINSTANCE hModule,
|
|
|
DWORD ul_reason_for_call,
|
|
|
LPVOID lpReserved
|
|
|
)
|