Skip to content

Commit

Permalink
Do expose NativeCalls PInvoke methods for external consumption.
Browse files Browse the repository at this point in the history
  • Loading branch information
pruiz committed Aug 16, 2022
1 parent 1c069db commit a8a6cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WkHtmlToXSharp/NativeCalls.cs
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace WkHtmlToXSharp
{
internal static class NativeCalls
public static class NativeCalls
{
private const string DLL_NAME = "wkhtmltox0";

Expand Down

0 comments on commit a8a6cbf

Please sign in to comment.