mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 18:25:38 +00:00
OpenAL DllImport library should be internal, not public.
This commit is contained in:
parent
72f0fb86da
commit
6c9eb1dbf2
|
@ -70,7 +70,7 @@ namespace OpenTK.Audio.OpenAL
|
|||
|
||||
#region Constants
|
||||
|
||||
public const string Lib = "openal32.dll";
|
||||
internal const string Lib = "openal32.dll";
|
||||
private const CallingConvention Style = CallingConvention.Cdecl;
|
||||
|
||||
#endregion Constants
|
||||
|
|
Loading…
Reference in a new issue