Change name of LoadLibrary

This commit is contained in:
Vo Van Nghia 2020-07-30 01:48:09 +07:00 committed by GitHub
parent 124fb2b2bd
commit a4bfe896cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ TF_CAPI_EXPORT extern void TF_JoinThread(TF_Thread* thread);
//
// On success, place OK in status and return the newly created library handle.
// Otherwise returns nullptr and set error status.
TF_CAPI_EXPORT extern void* TF_LoadLibraryFromEnv(const char* library_filename,
TF_CAPI_EXPORT extern void* TF_LoadSharedLibrary(const char* library_filename,
TF_Status* status);
// \brief Get a pointer to a symbol from a dynamic library.