diff options
Diffstat (limited to 'plugins/MirLua/Modules/m_toptoolbar/src')
-rw-r--r-- | plugins/MirLua/Modules/m_toptoolbar/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp b/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp index 93ff745e92..55c4cf04d8 100644 --- a/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp +++ b/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx index d1303f3984..fd4f341c7b 100644 --- a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx +++ b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h" +#include "stdafx.h" diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h index 0648e8b6d0..45e1eea058 100644 --- a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h +++ b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
|