Forgot one Windows XP move.

This commit is contained in:
Pietro Gagliardi 2014-03-12 17:04:39 -04:00
parent 1db3e16384
commit 6be3c2835f
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ const (
_WM_SIZING = 0x0214
_WM_STYLECHANGED = 0x007D
_WM_STYLECHANGING = 0x007C
// _WM_THEMECHANGED = 0x031A // Windows XP and newer only
_WM_THEMECHANGED = 0x031A
// _WM_USERCHANGED = 0x0054 // Windows XP only: [Note This message is not supported as of Windows Vista.; also listed as not supported by server Windows]
_WM_WINDOWPOSCHANGED = 0x0047
_WM_WINDOWPOSCHANGING = 0x0046