diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 17:09:41 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 17:09:41 +0000 |
commit | d79b254cc7961696ac92ab470dbc37ef147838f3 (patch) | |
tree | 514fcd5822af2a7d24b15637568826544a44d9c7 /GTalkExt/stdafx.h | |
parent | 98d0faa2eeddfe260bd337c69b00734b7cff2375 (diff) |
api files moved to EXternalAPI folder
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@218 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
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 |