diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-23 03:22:18 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-23 03:22:18 +0000 |
commit | 6db050eb2d23035c71971cc88219211bbacca23d (patch) | |
tree | 29c91aa26ece9421eb638b33576fd7ad866418c7 /tipper/subst.h | |
parent | 96101e2721d4cb277bf0b9d02f077dc2dd9087d8 (diff) |
use ansi font services if unicode unavailable
bigfixes to allow pure ansi build
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@56 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/subst.h')
-rw-r--r-- | tipper/subst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tipper/subst.h b/tipper/subst.h index 7fbf5f1..8912aa6 100644 --- a/tipper/subst.h +++ b/tipper/subst.h @@ -9,6 +9,6 @@ bool GetLabelText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
bool GetValueText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
-void StripBBCodesInPlace(wchar_t *text);
+void StripBBCodesInPlace(TCHAR *text);
#endif
|