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/common.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/common.h')
-rw-r--r-- | tipper/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tipper/common.h b/tipper/common.h index 9b9e0e4..7cf7690 100644 --- a/tipper/common.h +++ b/tipper/common.h @@ -56,7 +56,7 @@ #include <m_popup.h>
#include <m_updater.h>
-#include <m_fontservicew.h>
+#include <m_fontservice.h>
#include <m_avatars.h>
#include <m_variables.h>
|