diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 16:47:17 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 16:47:17 +0000 |
commit | c77bc8ad3240272d3c784aa79b153b3d1cab726d (patch) | |
tree | 8fa92e21d7d7bffc94e9b46c55c4daf5b4e2d5ce /plugins/StatusChange/src/main.cpp | |
parent | b15ca763899cf22d5da3f4c75e1b5f37435118f9 (diff) |
StatusChange: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14782 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StatusChange/src/main.cpp')
-rw-r--r-- | plugins/StatusChange/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusChange/src/main.cpp b/plugins/StatusChange/src/main.cpp index ccf60e03d9..364d43b308 100644 --- a/plugins/StatusChange/src/main.cpp +++ b/plugins/StatusChange/src/main.cpp @@ -1,4 +1,4 @@ -#include "Common.h"
+#include "stdafx.h"
HINSTANCE hInst;
TOPTIONS Options;
|