mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Fix mdoule builds on x64 to conform to the changes in the plugin sdk.
This commit is contained in:
parent
45c5f1129e
commit
248b062110
@ -192,7 +192,7 @@ HSQEXPORTS sq_api_import(PluginFuncs * vcapi)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
unsigned int struct_size;
|
||||
size_t struct_size;
|
||||
// Attempt to find the main plugin ID
|
||||
int plugin_id = vcapi->FindPlugin((char *)(SQMOD_HOST_NAME));
|
||||
// Attempt to retrieve the plugin exports
|
||||
|
Loading…
Reference in New Issue
Block a user