diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-07 13:46:35 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-07 13:46:35 -0500 |
| commit | fcd213088fc6617f24c984603b8c434e961d9a97 (patch) | |
| tree | 496fd2a6371162657292b0feab63edc70212a1e0 | |
| parent | d5c7d133ad413e3f9e722c7611f57bc2bfeff64a (diff) | |
More TODOs.
| -rw-r--r-- | wintable/new/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index bd3bc03..728ed74 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -23,6 +23,9 @@ // #qo LIBS: user32 kernel32 gdi32 comctl32 uxtheme +// TODO +// - should tablePanic be CALLBACK or some other equivalent macro? and definitely export initTable somehow, but which alias macro to use? + #define tableWindowClass L"gouitable" // start at WM_USER + 20 just in case for whatever reason we ever get the various dialog manager messages (see also http://blogs.msdn.com/b/oldnewthing/archive/2003/10/21/55384.aspx) |
