OpenAL DllImport library should be internal, not public.

This commit is contained in:
the_fiddler 2009-09-04 13:02:44 +00:00
parent 6c5d3a90c3
commit 672daa42c7

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