Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xrCore/ModuleLookup.cpp: Fixed LoadLibrary call.
Use LoadLibraryA instead of LoadLibrary so we 1) Call an out-of-namespace function instead of calling macro, 2) Use ANSI version of LoadLibrary, as argument is const char *.
- Loading branch information