mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
Merge branch 'master' of https://github.com/guanzhi/GmSSL
This commit is contained in:
@@ -28,7 +28,7 @@ typedef HMODULE dylib_handle_t;
|
||||
#define dylib_load_library(so_path) LoadLibraryA(so_path)
|
||||
#define dylib_get_function(handle,name) GetProcAddress(handle,name)
|
||||
#define dylib_close_library(handle)
|
||||
#define dylib_error_str()
|
||||
#define dylib_error_str() ""
|
||||
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user