diff options
Diffstat (limited to 'plugins/TranslitSwitcher/src/stdafx.h')
-rw-r--r-- | plugins/TranslitSwitcher/src/stdafx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/TranslitSwitcher/src/stdafx.h b/plugins/TranslitSwitcher/src/stdafx.h index 3d6e3ee724..fd6e7cd3c7 100644 --- a/plugins/TranslitSwitcher/src/stdafx.h +++ b/plugins/TranslitSwitcher/src/stdafx.h @@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. #include <m_icolib.h>
#include <m_popup.h>
#include <m_string.h>
+#include <m_chat_int.h>
#include <m_message.h>
#include <m_smileyadd.h>
@@ -39,9 +40,6 @@ Boston, MA 02111-1307, USA. #include "version.h"
#include "resource.h"
-#define IDC_MESSAGE 1002
-#define IDC_CHATMESSAGE 1009
-
VOID SwitchLayout(bool);
VOID TranslitLayout(bool);
VOID InvertCase(bool);
|