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 | |
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')
-rw-r--r-- | plugins/StatusChange/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/StatusChange/src/stdafx.cxx (renamed from plugins/StatusChange/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/StatusChange/src/stdafx.h (renamed from plugins/StatusChange/src/Common.h) | 1 |
3 files changed, 2 insertions, 3 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;
diff --git a/plugins/StatusChange/src/stdafx.cpp b/plugins/StatusChange/src/stdafx.cxx index c5fe5abaad..6fb37564b7 100644 --- a/plugins/StatusChange/src/stdafx.cpp +++ b/plugins/StatusChange/src/stdafx.cxx @@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "common.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/StatusChange/src/Common.h b/plugins/StatusChange/src/stdafx.h index f7568d19c1..d98ffad0a6 100644 --- a/plugins/StatusChange/src/Common.h +++ b/plugins/StatusChange/src/stdafx.h @@ -1,4 +1,3 @@ -#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
|