Sha256: 302400ea1cf0c784c90dcef4e70a5f90ac2b66bef15f731056acd90ff9b243cb
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
#include "common/app_build_capabilities.h" extern "C" void Init_JSAPI_Process(); #ifndef RHO_NO_RUBY_API extern "C" void Init_RubyAPI_Process(); extern "C" int rho_ruby_is_started(); #endif extern "C" void Init_Process_API() { #ifndef RHO_NO_RUBY_API if (rho_ruby_is_started()) { Init_RubyAPI_Process(); } #endif #ifndef RHO_NO_JS_API Init_JSAPI_Process(); #endif }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/shared/generated/process_api_init.cpp |