mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Improve DYNAMIC_IMPORT
Don't call get_proc_address every time if if failed. Also rename Utilities/dynamic_library.h to util/dyn_lib.hpp
This commit is contained in:
parent
cdaa8cb5c4
commit
bd5253047b
7 changed files with 27 additions and 23 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "types.h"
|
||||
#include "util/atomic.hpp"
|
||||
#include "dynamic_library.h"
|
||||
#include "util/dyn_lib.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue