package hxcpp; #if (hxcpp_api_level>=330) class StaticMysql { } #else @:cppFileCode( 'extern "C" int mysql_register_prims();') @:buildXml(" ") @:keep class StaticMysql { static function __init__() { untyped __cpp__("mysql_register_prims();"); } } #end