diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-23 03:22:51 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-23 03:22:51 +0000 |
commit | c0fea55f25ad1f675f40815cefb34b435f32119b (patch) | |
tree | 95da2fda7031bf64da5514ba6cd647a8a74124e0 /yapp/common.h | |
parent | 6db050eb2d23035c71971cc88219211bbacca23d (diff) |
use ansi font services if unicode ones unavailable
bugfixes to allow pure ansi build
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@57 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/common.h')
-rw-r--r-- | yapp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/common.h b/yapp/common.h index 967aef3..114aa47 100644 --- a/yapp/common.h +++ b/yapp/common.h @@ -46,7 +46,7 @@ #include <m_popup.h>
#include <m_updater.h>
-#include <m_fontservicew.h>
+#include <m_fontservice.h>
#include <m_avatars.h>
#include <m_notify.h>
|