diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2015-06-23 05:36:23 +0000 |
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-06-23 05:36:23 +0000 |
| commit | 36d6b1b19aff8f1ab07a1931fe51813d589cd5ef (patch) | |
| tree | 736f208e1636e832f14f6144d76c72b02ab3a4c4 /plugins/FingerprintNG/src | |
| parent | c8fac324a46f0a02a080941df7bd8e8d3bed4e35 (diff) | |
Fingerprint: unified project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src')
| -rw-r--r-- | plugins/FingerprintNG/src/fingerprint.cpp | 2 | ||||
| -rw-r--r-- | plugins/FingerprintNG/src/main.cpp | 2 | ||||
| -rw-r--r-- | plugins/FingerprintNG/src/masks.cpp | 2 | ||||
| -rw-r--r-- | plugins/FingerprintNG/src/options.cpp | 2 | ||||
| -rw-r--r-- | plugins/FingerprintNG/src/resource.h | 4 | ||||
| -rw-r--r-- | plugins/FingerprintNG/src/stdafx.cpp | 18 | ||||
| -rw-r--r-- | plugins/FingerprintNG/src/stdafx.h (renamed from plugins/FingerprintNG/src/global.h) | 0 |
7 files changed, 4 insertions, 26 deletions
diff --git a/plugins/FingerprintNG/src/fingerprint.cpp b/plugins/FingerprintNG/src/fingerprint.cpp index 79e8ca314f..fac865b3f9 100644 --- a/plugins/FingerprintNG/src/fingerprint.cpp +++ b/plugins/FingerprintNG/src/fingerprint.cpp @@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ //Start of header -#include "global.h" +#include "stdafx.h" static UINT g_LPCodePage; static TCHAR g_szSkinLib[MAX_PATH]; diff --git a/plugins/FingerprintNG/src/main.cpp b/plugins/FingerprintNG/src/main.cpp index 11900a06c5..2762115cdf 100644 --- a/plugins/FingerprintNG/src/main.cpp +++ b/plugins/FingerprintNG/src/main.cpp @@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
//Start of header
-#include "global.h"
+#include "stdafx.h"
#define LIB_REG 2
#define LIB_USE 3
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index e10f8a7a51..e26edba6db 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "global.h"
+#include "stdafx.h"
#include <m_version.h>
diff --git a/plugins/FingerprintNG/src/options.cpp b/plugins/FingerprintNG/src/options.cpp index 8ebe8bd2c9..25a2be367f 100644 --- a/plugins/FingerprintNG/src/options.cpp +++ b/plugins/FingerprintNG/src/options.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
//Start of header
-#include "global.h"
+#include "stdafx.h"
struct
{
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h index 0364e0ec50..84d32a901f 100644 --- a/plugins/FingerprintNG/src/resource.h +++ b/plugins/FingerprintNG/src/resource.h @@ -2,10 +2,6 @@ // Microsoft Visual C++ generated include file.
// Used by ..\iconpacks\fp_icons.rc
//
-#define __MAJOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
-#define __MINOR_VERSION 1
#define IDI_BLANK 1
#define IDI_NOTFOUND 2
#define IDI_UNDETECTED 3
diff --git a/plugins/FingerprintNG/src/stdafx.cpp b/plugins/FingerprintNG/src/stdafx.cpp deleted file mode 100644 index 24e5520ca5..0000000000 --- a/plugins/FingerprintNG/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 <http://www.gnu.org/licenses/>.
-*/
-
-#include "global.h"
\ No newline at end of file diff --git a/plugins/FingerprintNG/src/global.h b/plugins/FingerprintNG/src/stdafx.h index de6185786b..de6185786b 100644 --- a/plugins/FingerprintNG/src/global.h +++ b/plugins/FingerprintNG/src/stdafx.h |
