Improve namespace and assmebly names.

This commit is contained in:
2025-08-17 05:35:47 +02:00
parent d7d3738801
commit f4aa8e7075
5 changed files with 13 additions and 13 deletions

View File

@@ -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";