-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use LoadLibraryExA for absolute paths to libs only
- LoadLibraryExA with relative path and LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR gives an incorrect parameter error - LoadLibraryExA with relative path and LOAD_LIBRARY_SEARCH_DEFAULT_DIRS does not look into standard search paths like PATH - thus use LoadLibraryA again when libname seems to be relative path - fixes #759
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters