We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839e607 commit ff09e29Copy full SHA for ff09e29
csharp/client/DeephavenClient/Interop/InteropSupport.cs
@@ -6,8 +6,8 @@
6
namespace Deephaven.DeephavenClient.Interop;
7
8
internal class LibraryPaths {
9
- internal const string Dhcore = "dhcore.dll";
10
- internal const string Dhclient = "dhclient.dll";
+ internal const string Dhcore = "dhcore";
+ internal const string Dhclient = "dhclient";
11
}
12
13
/// <summary>
0 commit comments