diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-20 10:32:11 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-20 10:32:11 -0400 |
| commit | 3aa4fb31832e9e4bd45a59e40735dcf62175e815 (patch) | |
| tree | 37e3b1d5d02e6c9511e951085f306bcabb95dcb7 | |
| parent | 0029e7127f891f7fa4261b351025eb57d420ea35 (diff) | |
More TODOs.
| -rw-r--r-- | wintable/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wintable/main.c b/wintable/main.c index 4b4f8e7..6b7ca33 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -21,6 +21,10 @@ // #qo LIBS: user32 kernel32 gdi32 +// TODO +// - http://blogs.msdn.com/b/oldnewthing/archive/2003/09/09/54826.aspx (relies on the integrality parts? IDK) +// - might want to http://blogs.msdn.com/b/oldnewthing/archive/2003/09/17/54944.aspx instead + #define tableWindowClass L"gouitable" struct table { |
