mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-09-06 15:17:10 +02:00
Fix mdoule builds on x64 to conform to the changes in the plugin sdk.
This commit is contained in:
@@ -192,7 +192,7 @@ HSQEXPORTS sq_api_import(PluginFuncs * vcapi)
|
|||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
unsigned int struct_size;
|
size_t struct_size;
|
||||||
// Attempt to find the main plugin ID
|
// Attempt to find the main plugin ID
|
||||||
int plugin_id = vcapi->FindPlugin((char *)(SQMOD_HOST_NAME));
|
int plugin_id = vcapi->FindPlugin((char *)(SQMOD_HOST_NAME));
|
||||||
// Attempt to retrieve the plugin exports
|
// Attempt to retrieve the plugin exports
|
||||||
|
Reference in New Issue
Block a user