summaryrefslogtreecommitdiff
path: root/wintable/new/main.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-24 21:53:30 -0500
committerPietro Gagliardi <[email protected]>2014-12-24 21:53:30 -0500
commit45a2b6b7315349b0611cae3b6623321ca256e6b2 (patch)
treeeabab24a0672fecdf5510b0970d2c7f0ac487ac1 /wintable/new/main.c
parentf6f2fba34e79aa47c5890354dc0d2677525b2a7c (diff)
Fixed other accessibility errors (partially thanks to Raymond Chen)
Diffstat (limited to 'wintable/new/main.c')
-rw-r--r--wintable/new/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c
index 89d3454..ae8d314 100644
--- a/wintable/new/main.c
+++ b/wintable/new/main.c
@@ -21,7 +21,7 @@
#include <vssym32.h>
#include <oleacc.h>
-// #qo LIBS: user32 kernel32 gdi32 comctl32 uxtheme
+// #qo LIBS: user32 kernel32 gdi32 comctl32 uxtheme ole32 oleacc uuid
// TODO
// - should tablePanic be CALLBACK or some other equivalent macro? and definitely export initTable somehow, but which alias macro to use?