mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +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"
|
foreign import "system:gdi32.lib"
|
||||||
|
|
||||||
WHITENESS :: 0x00FF0062;
|
WHITENESS :: 0x00FF0062;
|
||||||
BLACKNESS :: 0x00FF0062;
|
BLACKNESS :: 0x00000042;
|
||||||
|
|
||||||
@(default_calling_convention = "std")
|
@(default_calling_convention = "std")
|
||||||
foreign gdi32 {
|
foreign gdi32 {
|
||||||
|
|||||||
Reference in New Issue
Block a user