summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-29 10:31:24 -0400
committerPietro Gagliardi <[email protected]>2014-04-29 10:31:24 -0400
commita7e9cf05f613ef51ba573503ff51cc2eeeeaecd2 (patch)
tree5d8f6423b5c6e12ea17682f93716633c1fcef229
parent11a4214c550c26c46f82c9c847128bc0c694e085 (diff)
More future plans.
-rw-r--r--futureplans.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md
index 168858b..50c668c 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -83,6 +83,7 @@ far off:
- make gcc (Unix)/clang (Mac OS X) pedantic about warnings/errors; also -Werror
- problem: cgo-generated files trip -Werror up; I can't seem to turn off unused argument warnings with the -Wall/-Wextra/-pedantic options
- strip non-Windows XP constants from the Windows constants files? or at least just comment them all out...
+- add a check to ensure Common Controls 6 is loaded; that is, to ensure the activation context was actually activated and that some other package didn't unwittingly give us the wrong one
big things:
- make sure every sysData function only performs a single invocation to uitask; see http://blogs.msdn.com/b/oldnewthing/archive/2005/10/10/479124.aspx#479182