Fixed duplicated WHITENESS value in BLACKNESS constant

This commit is contained in:
Joe
2020-03-29 18:10:10 -04:00
parent 2e3706e447
commit c83592629d

View File

@@ -4,7 +4,7 @@ package win32
foreign import "system:gdi32.lib"
WHITENESS :: 0x00FF0062;
BLACKNESS :: 0x00FF0062;
BLACKNESS :: 0x00000042;
@(default_calling_convention = "std")
foreign gdi32 {