mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-06 18:54:12 +00:00
Fixed duplicated WHITENESS value in BLACKNESS constant
This commit is contained in:
@@ -4,7 +4,7 @@ package win32
|
||||
foreign import "system:gdi32.lib"
|
||||
|
||||
WHITENESS :: 0x00FF0062;
|
||||
BLACKNESS :: 0x00FF0062;
|
||||
BLACKNESS :: 0x00000042;
|
||||
|
||||
@(default_calling_convention = "std")
|
||||
foreign gdi32 {
|
||||
|
||||
Reference in New Issue
Block a user