mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Wording fix in comment.
This commit is contained in:
parent
73d4049827
commit
b67e28b74d
@ -149,7 +149,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
|
||||
#region Win32 API
|
||||
|
||||
// Win32 API functions for loading dlls dynamic
|
||||
// Win32 API functions for dynamically loading DLLs
|
||||
[DllImport("kernel32.dll", SetLastError = true, CharSet = CharSet.Ansi, BestFitMapping = false)]
|
||||
internal static extern IntPtr LoadLibrary(string dllToLoad);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user