summaryrefslogtreecommitdiff
path: root/windows_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'windows_windows.go')
-rw-r--r--windows_windows.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/windows_windows.go b/windows_windows.go
index c5d4662..d0ecf0d 100644
--- a/windows_windows.go
+++ b/windows_windows.go
@@ -42,7 +42,7 @@ const (
_WS_EX_ACCEPTFILES = 0x00000010
_WS_EX_APPWINDOW = 0x00040000
_WS_EX_CLIENTEDGE = 0x00000200
-// _WS_EX_COMPOSITED = 0x02000000 // [Windows 2000:This style is not supported.]
+ _WS_EX_COMPOSITED = 0x02000000
_WS_EX_CONTEXTHELP = 0x00000400
_WS_EX_CONTROLPARENT = 0x00010000
_WS_EX_DLGMODALFRAME = 0x00000001
@@ -105,8 +105,8 @@ const (
_COLOR_INFOBK = 24
_COLOR_INFOTEXT = 23
_COLOR_MENU = 4
-// COLOR_MENUHILIGHT = 29 // [Windows 2000:This value is not supported.]
-// COLOR_MENUBAR = 30 // [Windows 2000:This value is not supported.]
+ COLOR_MENUHILIGHT = 29
+ COLOR_MENUBAR = 30
_COLOR_MENUTEXT = 7
_COLOR_SCROLLBAR = 0
_COLOR_WINDOW = 5