Fixed build with csc. Thanks Mike!
svn path=/trunk/gtk-sharp/; revision=9520
This commit is contained in:
parent
f88c5e2603
commit
3b3535767f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace GLib {
|
||||||
All = 255,
|
All = 255,
|
||||||
|
|
||||||
FlagMask = 3,
|
FlagMask = 3,
|
||||||
LevelMask = (uint) ~3
|
LevelMask = (uint) 0xFFFFFFFC
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Log {
|
public class Log {
|
||||||
|
|
Loading…
Add table
Reference in a new issue