OpenAL DllImport library should be internal, not public.

This commit is contained in:
the_fiddler 2009-09-04 13:02:44 +00:00
parent 72f0fb86da
commit 6c9eb1dbf2

View file

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