mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 23:15:35 +00:00
Does C# really have both string and String?
This commit is contained in:
parent
e7cbc528cc
commit
5c91529e4f
|
@ -41,7 +41,7 @@ namespace SDL2
|
|||
#region SDL2# Variables
|
||||
|
||||
/* Used by DllImport to load the native library. */
|
||||
private const String nativeLibName = "SDL2.dll";
|
||||
private const string nativeLibName = "SDL2.dll";
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ namespace SDL2
|
|||
#region SDL2# Variables
|
||||
|
||||
/* Used by DllImport to load the native library. */
|
||||
private const String nativeLibName = "SDL2_image.dll";
|
||||
private const string nativeLibName = "SDL2_image.dll";
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ namespace SDL2
|
|||
#region SDL2# Variables
|
||||
|
||||
/* Used by DllImport to load the native library. */
|
||||
private const String nativeLibName = "SDL2_mixer.dll";
|
||||
private const string nativeLibName = "SDL2_mixer.dll";
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ namespace SDL2
|
|||
#region SDL2# Variables
|
||||
|
||||
/* Used by DllImport to load the native library. */
|
||||
private const String nativeLibName = "SDL2_net.dll";
|
||||
private const string nativeLibName = "SDL2_net.dll";
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ namespace SDL2
|
|||
#region SDL2# Variables
|
||||
|
||||
/* Used by DllImport to load the native library. */
|
||||
private const String nativeLibName = "SDL2_ttf.dll";
|
||||
private const string nativeLibName = "SDL2_ttf.dll";
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue