From 0ea11f7ff7cd9a9545a8e5815be8bad6f4bd5b22 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 6 Feb 2014 13:57:02 +0000 Subject: Farwell, Dbx_3x and Dbx_mmap_SA, you won't be forgotten git-svn-id: http://svn.miranda-ng.org/main/trunk@8049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db3x/src/commonheaders.h | 41 ------------------------- plugins/Db3x/src/init.cpp | 66 ---------------------------------------- plugins/Db3x/src/resource.h | 30 ------------------ plugins/Db3x/src/stdafx.cpp | 18 ----------- plugins/Db3x/src/version.h | 14 --------- 5 files changed, 169 deletions(-) delete mode 100644 plugins/Db3x/src/commonheaders.h delete mode 100644 plugins/Db3x/src/init.cpp delete mode 100644 plugins/Db3x/src/resource.h delete mode 100644 plugins/Db3x/src/stdafx.cpp delete mode 100644 plugins/Db3x/src/version.h (limited to 'plugins/Db3x/src') diff --git a/plugins/Db3x/src/commonheaders.h b/plugins/Db3x/src/commonheaders.h deleted file mode 100644 index ab716c9d7d..0000000000 --- a/plugins/Db3x/src/commonheaders.h +++ /dev/null @@ -1,41 +0,0 @@ -/* - -Miranda NG: the free IM client for Microsoft* Windows* - -Copyright (c) 2012-14 Miranda NG project (http://miranda-ng.org) -Copyright (ñ) 2000-03 Miranda ICQ/IM project, -all portions of this codebase are copyrighted to the people -listed in contributors.txt. - -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; either version 2 -of the License, or (at your option) any later version. - -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, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -#define _CRT_SECURE_NO_WARNINGS - -#define _WIN32_WINNT 0x0501 - -#include -#include -#include - -#include -#include -#include -#include -#include -#include - -#include "version.h" -#include "resource.h" diff --git a/plugins/Db3x/src/init.cpp b/plugins/Db3x/src/init.cpp deleted file mode 100644 index 5daf030203..0000000000 --- a/plugins/Db3x/src/init.cpp +++ /dev/null @@ -1,66 +0,0 @@ -/* - -Miranda NG: the free IM client for Microsoft* Windows* - -Copyright 2012-14 Miranda NG project, -all portions of this codebase are copyrighted to the people -listed in contributors.txt. - -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; either version 2 -of the License, or (at your option) any later version. - -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, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -#include "commonheaders.h" - -int hLangpack; - -static PLUGININFOEX pluginInfo = -{ - sizeof(PLUGININFOEX), - __PLUGIN_NAME, - PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), - __DESCRIPTION, - __AUTHOR, - __AUTHOREMAIL, - __COPYRIGHT, - __AUTHORWEB, - UNICODE_AWARE | STATIC_PLUGIN, - //{1394A3AB-2585-4196-8F72-0EAEC2450E11} - {0x1394a3ab, 0x2585, 0x4196, {0x8f, 0x72, 0xe, 0xae, 0xc2, 0x45, 0xe, 0x11}} -}; - -HINSTANCE g_hInst = NULL; - -///////////////////////////////////////////////////////////////////////////////////////// - -extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) -{ - return &pluginInfo; -} - -extern "C" __declspec(dllexport) int Load(void) -{ - return 1; -} - -extern "C" __declspec(dllexport) int Unload(void) -{ - return 0; -} - -BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD dwReason, LPVOID reserved) -{ - g_hInst = hInstDLL; - return TRUE; -} diff --git a/plugins/Db3x/src/resource.h b/plugins/Db3x/src/resource.h deleted file mode 100644 index 96abbfff99..0000000000 --- a/plugins/Db3x/src/resource.h +++ /dev/null @@ -1,30 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Developer Studio generated include file. -// Used by resource.rc -// -#define IDC_NOTOALL 3 -#define IDD_INSTALLINI 235 -#define IDD_WARNINICHANGE 236 -#define IDD_INIIMPORTDONE 237 -#define IDC_ININAME 1333 -#define IDC_VIEWINI 1334 -#define IDC_SECURITYINFO 1335 -#define IDC_SETTINGNAME 1336 -#define IDC_NEWVALUE 1337 -#define IDC_WARNNOMORE 1338 -#define IDC_DELETE 1339 -#define IDC_RECYCLE 1340 -#define IDC_NEWNAME 1341 -#define IDC_MOVE 1342 -#define IDC_LEAVE 1343 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 269 -#define _APS_NEXT_COMMAND_VALUE 40018 -#define _APS_NEXT_CONTROL_VALUE 1657 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/plugins/Db3x/src/stdafx.cpp b/plugins/Db3x/src/stdafx.cpp deleted file mode 100644 index 0edf9e36e6..0000000000 --- a/plugins/Db3x/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-14 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 "commonheaders.h" \ No newline at end of file diff --git a/plugins/Db3x/src/version.h b/plugins/Db3x/src/version.h deleted file mode 100644 index f1b5f42140..0000000000 --- a/plugins/Db3x/src/version.h +++ /dev/null @@ -1,14 +0,0 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 11 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 1 - -#include - -#define __PLUGIN_NAME "Miranda NG database driver" -#define __FILENAME "Dbx_3x.dll" -#define __DESCRIPTION "Provides Miranda database support: global settings, contacts, history, settings per contact." -#define __AUTHOR "Miranda NG project" -#define __AUTHOREMAIL "ghazan@miranda.im" -#define __AUTHORWEB "http://miranda-ng.org/p/Dbx_3x/" -#define __COPYRIGHT "© 2012-14 Miranda NG project" -- cgit v1.2.3