mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Internal: register WaitOnAddress family functions (WinAPI)
This commit is contained in:
parent
1b37e775be
commit
f588454d26
2 changed files with 4 additions and 1 deletions
|
@ -89,4 +89,4 @@ namespace utils
|
|||
};
|
||||
}
|
||||
|
||||
#define DYNAMIC_IMPORT(lib, name, ...) static utils::dynamic_import<__VA_ARGS__> name(lib, #name);
|
||||
#define DYNAMIC_IMPORT(lib, name, ...) inline utils::dynamic_import<__VA_ARGS__> name(lib, #name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue