diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-28 12:13:06 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-28 12:13:06 -0400 |
| commit | 9a1eb65f9a207a1c03e49cc9e281e7a8fd5e40a9 (patch) | |
| tree | 3b7ffb118bd5f36694747b7910e104549c8104fb /futureplans.md | |
| parent | 4452de9a07338cd9876bbb351b1b8f9ea5412b27 (diff) | |
Moved TODOs about stripping non-Windows XP constants to future plans; also reworded a comment in comctl_windows.go.
Diffstat (limited to 'futureplans.md')
| -rw-r--r-- | futureplans.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md index 71c66ba..5437bd9 100644 --- a/futureplans.md +++ b/futureplans.md @@ -72,6 +72,7 @@ far off: - change the MsgBox() calls to encourage good alert dialog design??????? maybe? TODO - 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... 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 |
