diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 16:37:27 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 16:37:27 +0000 |
commit | 6c18e42ff55c8bf4c4b11dbe2e970bc553d00467 (patch) | |
tree | 19bbae382510097c43dc01c35112aaa1f6febeac /plugins/StartPosition/src/main.cpp | |
parent | 60b4ba00fcfa8102a050bc7d5e131d08b85e9dc6 (diff) |
StartPosition: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartPosition/src/main.cpp')
-rw-r--r-- | plugins/StartPosition/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StartPosition/src/main.cpp b/plugins/StartPosition/src/main.cpp index d4c1b2e4e6..910f9ab365 100644 --- a/plugins/StartPosition/src/main.cpp +++ b/plugins/StartPosition/src/main.cpp @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "Common.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
|