Skip to content

Commit 8623800

Browse files
committed
update oodle dll name
1 parent edca84b commit 8623800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsave/src/IO/OodleUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace {
1919
OodleLZ_DecompressFunc OodleLZ_Decompress = nullptr;
2020

2121
OodleDllDispatch() {
22-
handle_ = LoadLibrary(TEXT("oo2core_9_win64.dll"));
22+
handle_ = LoadLibrary(TEXT("oodle-data-shared.dll"));
2323
if (handle_ == NULL) {
2424
throw std::runtime_error("Error loading Oodle DLL!");
2525
}

0 commit comments

Comments
 (0)