sourcemod/extensions/mysql
peace-maker 510bd261f8
core: Add Insurgency support for amd64 Windows (#1295)
* Add basic Insurgency support on Windows x64

This allows SourceMod to load on x64 Insurgency. There are still a lot of variable truncation warnings that have to be dealt with.

* Fix 32bit builds

* Compile MySQL extension as well

The hack for __iob_func being removed from the core runtime, but required by the old mysql we're building against can be simplified a lot due to the `_ReturnAddress` intrinsic available since MSVC 2015.

* Don't include the offset we want to extract in the signature
2020-08-06 19:53:06 -07:00
..
mysql core: Add Insurgency support for amd64 Windows (#1295) 2020-08-06 19:53:06 -07:00
AMBuilder Revert "Remove arch loops from build scripts. (#889)" 2018-10-04 17:59:40 +00:00
extension.cpp Speculative fix for MySQL crashes (#1135) 2019-12-15 15:01:15 +00:00
extension.h Fixed missing version string and compile date for MySQL extension (bug 4547, r=dvander). 2010-07-28 14:48:51 -05:00
msvc15hack.c core: Add Insurgency support for amd64 Windows (#1295) 2020-08-06 19:53:06 -07:00
smsdk_config.h Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic). 2014-04-23 21:19:28 -05:00
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00