mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-20 22:07:54 +00:00
OpenAL DllImport library should be internal, not public.
This commit is contained in:
parent
6c5d3a90c3
commit
672daa42c7
|
@ -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