Decided not to deactivate the Windows Common Control 6 manifest activation context since it's active for the life of the program already.

This commit is contained in:
Pietro Gagliardi 2014-04-29 10:30:03 -04:00
parent e75730b37d
commit 11a4214c55
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ import (
// pretty much every constant here except _WM_USER is from commctrl.h, except where noted
var (
// TODO deinitialize at program end?
comctlManifestCookie uintptr
)