diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 19:36:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 19:36:18 +0000 |
commit | b2e355970100b2a2a96c4a12730a0f5713a09591 (patch) | |
tree | 0793205fbed4c2cf59f2913064d6eedf23fbfbd7 /plugins/mTextControl/src/main.cpp | |
parent | 7d5be7defe163d9310b98d621dc0de29116a08df (diff) |
mtextcontrol: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mTextControl/src/main.cpp')
-rw-r--r-- | plugins/mTextControl/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mTextControl/src/main.cpp b/plugins/mTextControl/src/main.cpp index 27849f53d0..96c9d4865f 100644 --- a/plugins/mTextControl/src/main.cpp +++ b/plugins/mTextControl/src/main.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "headers.h"
+#include "stdafx.h"
HINSTANCE hInst = 0;
int hLangpack;
|