MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / hxLoadLibrary

Function hxLoadLibrary

src/hx/Lib.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37typedef void *Module;
38Module hxLoadLibrary(const String &) { return 0; }
39void hxFreeLibrary(Module) { }
40
41#elif defined _WIN32

Callers 1

Lib.cppFile · 0.85

Calls 1

__CStrMethod · 0.45

Tested by

no test coverage detected