mirror of
https://github.com/overte-org/overte.git
synced 2025-05-29 12:30:29 +02:00
Fix typo
This commit is contained in:
parent
02a17c4497
commit
afe502e1d2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
// that the applicaiton can handle it itself.
|
||||
// The CAPIHook class referenced in the above article is not openly available, but a similar implementation
|
||||
// can be found here: http://blog.kalmbach-software.de/2008/04/02/unhandled-exceptions-in-vc8-and-above-for-x86-and-x64/
|
||||
// The below has been adapted to work with different library and funcitons.
|
||||
// The below has been adapted to work with different library and functions.
|
||||
BOOL redirectLibraryFunctionToFunction(char* library, char* function, void* fn)
|
||||
{
|
||||
HMODULE lib = LoadLibrary(library);
|
||||
|
|
Loading…
Reference in a new issue