mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 03:50:46 +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
|
#region Constants
|
||||||
|
|
||||||
public const string Lib = "openal32.dll";
|
internal const string Lib = "openal32.dll";
|
||||||
private const CallingConvention Style = CallingConvention.Cdecl;
|
private const CallingConvention Style = CallingConvention.Cdecl;
|
||||||
|
|
||||||
#endregion Constants
|
#endregion Constants
|
||||||
|
|
Loading…
Reference in a new issue