diff options
Diffstat (limited to 'justtabs/win.h')
-rw-r--r-- | justtabs/win.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/justtabs/win.h b/justtabs/win.h index 9d3902f..635ff4e 100644 --- a/justtabs/win.h +++ b/justtabs/win.h @@ -49,4 +49,8 @@ void FixWindowStyle(); extern HFONT hFontTabs;
+#ifndef MIID_JUSTTABS
+#define MIID_JUSTTABS {0x66847dd, 0xd3c5, 0x4ee9, { 0x93, 0x7c, 0x95, 0x2c, 0xcf, 0x8b, 0x59, 0x2e}}
+#endif
+
#endif
|