summaryrefslogtreecommitdiff
path: root/windows_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-12 16:58:33 -0400
committerPietro Gagliardi <[email protected]>2014-03-12 16:58:33 -0400
commit1db3e163849aa66b87fa82243b5ffebab3458cdd (patch)
tree90a8001e807d847d6ef8ab1314ccd5ca2d3f93cc /windows_windows.go
parent038cfd85288a3f997592cf89076ce5f1a30f4eb9 (diff)
Dropped Windows 2000 support.
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