mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-02 05:40:28 +00:00
Git commit hashcodes are not compatible with the 16bit integer values found in .Net version numbers. Use the git commit count as a version number instead.
11 lines
144 B
C#
11 lines
144 B
C#
using System;
|
|
|
|
namespace OpenTK.Platform.SDL2
|
|
{
|
|
partial class SDL
|
|
{
|
|
public readonly static object Sync = new object();
|
|
}
|
|
}
|
|
|