fix: some round messages doesn't get handled.
misc: cosmetic changes.
This commit is contained in:
parent
ee3f9e7538
commit
6b8f8db4de
6 changed files with 23 additions and 32 deletions
|
|
@ -653,7 +653,7 @@ public:
|
|||
}
|
||||
|
||||
public:
|
||||
static SharedLibrary::Handle CR_STDCALL replacement (SharedLibrary::Handle module, const char *function) {
|
||||
static SharedLibrary::Handle CR_STDCALL CR_STDCALL replacement (SharedLibrary::Handle module, const char *function) {
|
||||
return EntityLinkage::instance ().lookup (module, function);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue