From 19b8b95e52c0c98566819492a6a5bb829314cec9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 28 Oct 2001 01:28:28 +0000 Subject: Removed platform-specific headers from Platform.h and thus stopped visibility of these headers to most code. --- src/WindowAccessor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WindowAccessor.cxx') diff --git a/src/WindowAccessor.cxx b/src/WindowAccessor.cxx index db2f938f3..cd419572c 100644 --- a/src/WindowAccessor.cxx +++ b/src/WindowAccessor.cxx @@ -27,7 +27,7 @@ bool WindowAccessor::InternalIsLeadByte(char ch) { // same so none is considered a lead byte. return false; else - return IsDBCSLeadByteEx(codePage, ch); + return Platform::IsDBCSLeadByte(codePage, ch); } #else // PLAT_GTK or PLAT_WX -- cgit v1.2.3