From fcd213088fc6617f24c984603b8c434e961d9a97 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 7 Dec 2014 13:46:35 -0500 Subject: [PATCH] More TODOs. --- wintable/new/main.c | 3 +++ 1 file changed, 3 insertions(+) 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)