sourcemod/extensions/mysql/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
..
MyBasicResults.cpp Add atomic reference counting and port DBI (bug 5876 part 3, r=ds). 2013-08-23 00:18:13 -07:00
MyBasicResults.h Update to the latest AMTL - Rename Ref to RefPtr. 2015-11-08 13:14:57 -08:00
MyBoundResults.cpp MySQL: Support multiple result sets in prepared queries (#825) 2018-06-05 18:33:33 +01:00
MyBoundResults.h MySQL: Support multiple result sets in prepared queries (#825) 2018-06-05 18:33:33 +01:00
MyDatabase.cpp core: Add Insurgency support for amd64 Windows (#1295) 2020-08-06 19:53:06 -07:00
MyDatabase.h Replace all uses of AMTL threads with STL threads. 2020-05-16 22:35:56 -07:00
MyDriver.cpp core: Add Insurgency support for amd64 Windows (#1295) 2020-08-06 19:53:06 -07:00
MyDriver.h core: Add Insurgency support for amd64 Windows (#1295) 2020-08-06 19:53:06 -07:00
MyStatement.cpp MySQL: Support multiple result sets in prepared queries (#825) 2018-06-05 18:33:33 +01:00
MyStatement.h MySQL: Support multiple result sets in prepared queries (#825) 2018-06-05 18:33:33 +01:00