diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 16:42:01 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 16:42:01 +0000 |
commit | b15ca763899cf22d5da3f4c75e1b5f37435118f9 (patch) | |
tree | aa63058f24e1dfeeaaa901d6e7664ebd6ec67f90 /plugins/StartupSilence/src | |
parent | 6c18e42ff55c8bf4c4b11dbe2e970bc553d00467 (diff) |
StartupSilence: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14781 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartupSilence/src')
-rw-r--r-- | plugins/StartupSilence/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/src/stdafx.cxx (renamed from plugins/StartupSilence/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/src/stdafx.h (renamed from plugins/StartupSilence/src/StartupSilence.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp index 948c642712..ccdef4917c 100644 --- a/plugins/StartupSilence/src/main.cpp +++ b/plugins/StartupSilence/src/main.cpp @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //HELPME: need new icons for TTB bottons
-#include "StartupSilence.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/StartupSilence/src/stdafx.cpp b/plugins/StartupSilence/src/stdafx.cxx index f64a5b0758..6fb37564b7 100644 --- a/plugins/StartupSilence/src/stdafx.cpp +++ b/plugins/StartupSilence/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 "StartupSilence.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/StartupSilence/src/StartupSilence.h b/plugins/StartupSilence/src/stdafx.h index f7c0c3043a..f7c0c3043a 100644 --- a/plugins/StartupSilence/src/StartupSilence.h +++ b/plugins/StartupSilence/src/stdafx.h |