From 4f23f9c556e16b454bbca0c43610af1477ea2d74 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 1 Aug 2015 21:49:43 +0000 Subject: Zero Notification: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ZeroNotification/src/common.h | 22 ---------------------- plugins/ZeroNotification/src/main.cpp | 2 +- plugins/ZeroNotification/src/stdafx.cpp | 18 ------------------ plugins/ZeroNotification/src/stdafx.cxx | 18 ++++++++++++++++++ plugins/ZeroNotification/src/stdafx.h | 22 ++++++++++++++++++++++ 5 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 plugins/ZeroNotification/src/common.h delete mode 100644 plugins/ZeroNotification/src/stdafx.cpp create mode 100644 plugins/ZeroNotification/src/stdafx.cxx create mode 100644 plugins/ZeroNotification/src/stdafx.h (limited to 'plugins/ZeroNotification/src') diff --git a/plugins/ZeroNotification/src/common.h b/plugins/ZeroNotification/src/common.h deleted file mode 100644 index f881395cb5..0000000000 --- a/plugins/ZeroNotification/src/common.h +++ /dev/null @@ -1,22 +0,0 @@ -#include -#include - -#include -#include -#include -#include -#include -#include - -#include "version.h" -#include "resource.h" - -#define MODNAME "ZeroNotify" - -#define DEFAULT_NOSOUND 0x00000000 -#define DEFAULT_NOBLINK 0x00000000 -#define DEFAULT_NOCLCBLINK 0x00000000 - -#define DISABLE_SOUND LPGENT("Disable &Sounds") -#define ENABLE_SOUND LPGENT("Enable &Sounds") - diff --git a/plugins/ZeroNotification/src/main.cpp b/plugins/ZeroNotification/src/main.cpp index 8b0cdf3c13..e4434913e4 100644 --- a/plugins/ZeroNotification/src/main.cpp +++ b/plugins/ZeroNotification/src/main.cpp @@ -9,7 +9,7 @@ Miranda can be found here: http://miranda-ng.org/ */ -#include "common.h" +#include "stdafx.h" HINSTANCE hInst; diff --git a/plugins/ZeroNotification/src/stdafx.cpp b/plugins/ZeroNotification/src/stdafx.cpp deleted file mode 100644 index c5fe5abaad..0000000000 --- a/plugins/ZeroNotification/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation version 2 -of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#include "common.h" \ No newline at end of file diff --git a/plugins/ZeroNotification/src/stdafx.cxx b/plugins/ZeroNotification/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/ZeroNotification/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "stdafx.h" \ No newline at end of file diff --git a/plugins/ZeroNotification/src/stdafx.h b/plugins/ZeroNotification/src/stdafx.h new file mode 100644 index 0000000000..f881395cb5 --- /dev/null +++ b/plugins/ZeroNotification/src/stdafx.h @@ -0,0 +1,22 @@ +#include +#include + +#include +#include +#include +#include +#include +#include + +#include "version.h" +#include "resource.h" + +#define MODNAME "ZeroNotify" + +#define DEFAULT_NOSOUND 0x00000000 +#define DEFAULT_NOBLINK 0x00000000 +#define DEFAULT_NOCLCBLINK 0x00000000 + +#define DISABLE_SOUND LPGENT("Disable &Sounds") +#define ENABLE_SOUND LPGENT("Enable &Sounds") + -- cgit v1.2.3