Commit c89dadc
committed
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 *.1 parent b6e34b1 commit c89dadc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments