Improve namespace and assmebly names.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace NativeFileDialogSharp.Native
|
||||
namespace NativeFileDialog.Native
|
||||
{
|
||||
public struct nfdpathset_t
|
||||
{
|
||||
@@ -55,7 +55,7 @@ namespace NativeFileDialogSharp.Native
|
||||
[DllImport(LibraryName, CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)]
|
||||
public static extern unsafe void NFD_Free(IntPtr ptr);
|
||||
}
|
||||
|
||||
|
||||
public static class NativeFunctions32
|
||||
{
|
||||
public const string LibraryName = "nfd_x86";
|
||||
|
||||
Reference in New Issue
Block a user