From 351cdfdfc18c7eaff4d27fb5641c01c5d3fd9e66 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 25 Apr 2015 09:51:20 +0000 Subject: Bass_interface - common project git-svn-id: http://svn.miranda-ng.org/main/trunk@13129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BASS_interface/src/Bass_interface.h | 36 ----------------------------- plugins/BASS_interface/src/Main.cpp | 2 +- plugins/BASS_interface/src/stdafx.cpp | 18 --------------- plugins/BASS_interface/src/stdafx.cxx | 18 +++++++++++++++ plugins/BASS_interface/src/stdafx.h | 36 +++++++++++++++++++++++++++++ 5 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 plugins/BASS_interface/src/Bass_interface.h delete mode 100644 plugins/BASS_interface/src/stdafx.cpp create mode 100644 plugins/BASS_interface/src/stdafx.cxx create mode 100644 plugins/BASS_interface/src/stdafx.h (limited to 'plugins/BASS_interface/src') diff --git a/plugins/BASS_interface/src/Bass_interface.h b/plugins/BASS_interface/src/Bass_interface.h deleted file mode 100644 index 09821041cd..0000000000 --- a/plugins/BASS_interface/src/Bass_interface.h +++ /dev/null @@ -1,36 +0,0 @@ -/* -Copyright (C) 2010, 2011 tico-tico -*/ - -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include - -#include "resource.h" -#include "version.h" - -#define ModuleName LPGEN("Bass Interface") - -#define OPT_VOLUME "Volume" -#define OPT_BASSPATH "PathToDll" -#define OPT_MAXCHAN "MaxChannels" -#define OPT_OUTDEVICE "OutDevice" -#define OPT_QUIETTIME "QuietTime" -#define OPT_TIME1 "Time1" -#define OPT_TIME2 "Time2" -#define OPT_STATUS "StatMask" -#define OPT_PREVIEW "Preview" diff --git a/plugins/BASS_interface/src/Main.cpp b/plugins/BASS_interface/src/Main.cpp index f8bfc9bbdf..ecb89e663d 100644 --- a/plugins/BASS_interface/src/Main.cpp +++ b/plugins/BASS_interface/src/Main.cpp @@ -2,7 +2,7 @@ Copyright (C) 2010, 2011 tico-tico */ -#include "bass_interface.h" +#include "stdafx.h" #define BASSDEF(f) (WINAPI *f) #include "bass.h" diff --git a/plugins/BASS_interface/src/stdafx.cpp b/plugins/BASS_interface/src/stdafx.cpp deleted file mode 100644 index c152821f7d..0000000000 --- a/plugins/BASS_interface/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 "Bass_interface.h" \ No newline at end of file diff --git a/plugins/BASS_interface/src/stdafx.cxx b/plugins/BASS_interface/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/BASS_interface/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/BASS_interface/src/stdafx.h b/plugins/BASS_interface/src/stdafx.h new file mode 100644 index 0000000000..09821041cd --- /dev/null +++ b/plugins/BASS_interface/src/stdafx.h @@ -0,0 +1,36 @@ +/* +Copyright (C) 2010, 2011 tico-tico +*/ + +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +#include "resource.h" +#include "version.h" + +#define ModuleName LPGEN("Bass Interface") + +#define OPT_VOLUME "Volume" +#define OPT_BASSPATH "PathToDll" +#define OPT_MAXCHAN "MaxChannels" +#define OPT_OUTDEVICE "OutDevice" +#define OPT_QUIETTIME "QuietTime" +#define OPT_TIME1 "Time1" +#define OPT_TIME2 "Time2" +#define OPT_STATUS "StatMask" +#define OPT_PREVIEW "Preview" -- cgit v1.2.3