summaryrefslogtreecommitdiff
path: root/wintable/includethis.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-17 20:46:10 -0500
committerPietro Gagliardi <[email protected]>2015-02-17 20:46:10 -0500
commit5d6054a896554d811d92b844940b67a07d015907 (patch)
tree9ed2be684e0a79c9b50b7ad36a05e3265cfd73f2 /wintable/includethis.h
parent8405292a2c9c5ec98e846f3b45f2af4986d9e649 (diff)
More Windows Table migration.
Diffstat (limited to 'wintable/includethis.h')
-rw-r--r--wintable/includethis.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/wintable/includethis.h b/wintable/includethis.h
index 5f1bf93..25836ef 100644
--- a/wintable/includethis.h
+++ b/wintable/includethis.h
@@ -1,5 +1,8 @@
// 17 february 2015
+#ifndef __GO_UI_WINTABLE_INCLUDETHIS_H__
+#define __GO_UI_WINTABLE_INCLUDETHIS_H__
+
#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)
@@ -51,3 +54,5 @@ struct tableNM {
// TODO have hInstance passed in
extern void initTable(void (*panicfunc)(const char *msg, DWORD lastError), BOOL (*WINAPI tme)(LPTRACKMOUSEEVENT));
+
+#endif