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:
parent
e75730b37d
commit
11a4214c55
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue