diff --git a/core/systems/ShareSys.h b/core/systems/ShareSys.h index 829f5ad3..4627ad35 100644 --- a/core/systems/ShareSys.h +++ b/core/systems/ShareSys.h @@ -48,7 +48,7 @@ public: //IShareSys bool AddInterface(IExtension *myself, SMInterface *pIface); bool RequestInterface(const char *iface_name, unsigned int iface_vers, - IExtension *mysql, + IExtension *myself, SMInterface **pIface); void AddNatives(IExtension *myself, const sp_nativeinfo_t *natives); IdentityType_t CreateIdentType(const char *name); diff --git a/extensions/bintools/msvc8/bintools.vcproj b/extensions/bintools/msvc8/bintools.vcproj index 18fece5e..bc4a9c58 100644 --- a/extensions/bintools/msvc8/bintools.vcproj +++ b/extensions/bintools/msvc8/bintools.vcproj @@ -1,7 +1,7 @@