We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edca84b commit 8623800Copy full SHA for 8623800
1 file changed
libsave/src/IO/OodleUtils.cpp
@@ -19,7 +19,7 @@ namespace {
19
OodleLZ_DecompressFunc OodleLZ_Decompress = nullptr;
20
21
OodleDllDispatch() {
22
- handle_ = LoadLibrary(TEXT("oo2core_9_win64.dll"));
+ handle_ = LoadLibrary(TEXT("oodle-data-shared.dll"));
23
if (handle_ == NULL) {
24
throw std::runtime_error("Error loading Oodle DLL!");
25
}
0 commit comments