diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-16 19:08:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-16 19:08:54 +0000 |
commit | 26d02fb74dc188d98e327f87f32043c497e1d1d0 (patch) | |
tree | 1fe9d6d73cc189bede893dfb1490e811c6df530b /plugins/AutoRun/src/main.cpp | |
parent | 6f228bbb984f403d4e5484b506b6a85980f3a3ee (diff) |
standardization? good...
git-svn-id: http://svn.miranda-ng.org/main/trunk@4458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoRun/src/main.cpp')
-rw-r--r-- | plugins/AutoRun/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AutoRun/src/main.cpp b/plugins/AutoRun/src/main.cpp index 3053853734..19b0db0f62 100644 --- a/plugins/AutoRun/src/main.cpp +++ b/plugins/AutoRun/src/main.cpp @@ -1,4 +1,4 @@ -#include "autorun.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
|