only use longchar within fonts

This commit is contained in:
Glenn Maynard
2003-01-28 00:45:01 +00:00
parent 4003ac7ed9
commit ff830fad55
12 changed files with 62 additions and 60 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
namespace FontCharAliases {
void ReplaceMarkers( CString &sText );
longchar GetChar( CString &codepoint );
wchar_t GetChar( CString &codepoint );
};
#endif