diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 09:30:50 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 09:30:50 +0000 |
commit | ea0738678d7d729b6bbd1c9c37d3914fcc7df0d9 (patch) | |
tree | 946b9fb6cccfb78adbb0b357aae63dac52aaec69 /GTalkExt/stdafx.h | |
parent | 4608739039b2f7836da1712ccd418f18b06b0824 (diff) |
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@228 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'GTalkExt/stdafx.h')
-rw-r--r-- | GTalkExt/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GTalkExt/stdafx.h b/GTalkExt/stdafx.h index 185cda1..a5e11b9 100644 --- a/GTalkExt/stdafx.h +++ b/GTalkExt/stdafx.h @@ -72,4 +72,4 @@ #define _tcstoui64(A,B,C) _ttoi(A)
#endif
-#define WNDCLASS_COLOURPICKER "ColourPicker"
\ No newline at end of file +#define WNDCLASS_COLOURPICKER _T("ColourPicker")
\ No newline at end of file |