rt_loadLibraryW

C interface for Runtime.loadLibrary

  1. void* rt_loadLibrary(const char* name)
  2. void* rt_loadLibraryW(const wchar* name)
    version(Windows)
    void*
    rt_loadLibraryW
    (
    const wchar* name
    )
Suggestion Box / Bug Report