From 11a4214c550c26c46f82c9c847128bc0c694e085 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 29 Apr 2014 10:30:03 -0400 Subject: [PATCH] Decided not to deactivate the Windows Common Control 6 manifest activation context since it's active for the life of the program already. --- comctl_windows.go | 1 - 1 file changed, 1 deletion(-) diff --git a/comctl_windows.go b/comctl_windows.go index 1d0e221..ea26704 100644 --- a/comctl_windows.go +++ b/comctl_windows.go @@ -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 )