mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-04-01 23:16:52 +00:00
Fixed build with csc. Thanks Mike!
svn path=/trunk/gtk-sharp/; revision=9520
This commit is contained in:
parent
f88c5e2603
commit
3b3535767f
|
@ -40,7 +40,7 @@ namespace GLib {
|
|||
All = 255,
|
||||
|
||||
FlagMask = 3,
|
||||
LevelMask = (uint) ~3
|
||||
LevelMask = (uint) 0xFFFFFFFC
|
||||
}
|
||||
|
||||
public class Log {
|
||||
|
|
Loading…
Reference in a new issue