diff options
Diffstat (limited to 'GTalkExt/stdafx.h')
-rw-r--r-- | GTalkExt/stdafx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/GTalkExt/stdafx.h b/GTalkExt/stdafx.h index 0b5b27d..185cda1 100644 --- a/GTalkExt/stdafx.h +++ b/GTalkExt/stdafx.h @@ -70,4 +70,6 @@ #if _MSC_VER < 1400
#define _tstoi64 _ttoi
#define _tcstoui64(A,B,C) _ttoi(A)
-#endif
\ No newline at end of file +#endif
+
+#define WNDCLASS_COLOURPICKER "ColourPicker"
\ No newline at end of file |