Skip to content

Commit fd072c1

Browse files
committed
Changed library name.
1 parent f7ae3ab commit fd072c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/CoreFunctionsManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ namespace ReClassNET.Core
1212
{
1313
public class CoreFunctionsManager : IDisposable
1414
{
15-
private const string CoreFunctionsModuleWindows = "NativeHelper.dll";
16-
private const string CoreFunctionsModuleUnix = "NativeHelper.so";
15+
private const string CoreFunctionsModuleWindows = "NativeCore.dll";
16+
private const string CoreFunctionsModuleUnix = "NativeCore.so";
1717

1818
private readonly Dictionary<string, ICoreProcessFunctions> functionsRegistry = new Dictionary<string, ICoreProcessFunctions>();
1919

0 commit comments

Comments
 (0)