Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpovaddict <povaddict@users.sourceforge.net>2010-02-21 00:26:33 +0300
committerpovaddict <povaddict@users.sourceforge.net>2010-02-21 00:26:33 +0300
commit533327a76c8fae761130b12d7dfeb89eaab3f356 (patch)
treeabf2294fe08f62273984ff1fc105a0787f8d09da /src/apps/mplayerc/stdafx.cpp
parentd75bccd2ce0bb42c6fa9fa02438c2d7cdd09e55d (diff)
Rename a few remaining StdAfx.h to stdafx.h (lowercase), and change all #includes to match.
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1686 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/stdafx.cpp')
-rw-r--r--src/apps/mplayerc/stdafx.cpp27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/apps/mplayerc/stdafx.cpp b/src/apps/mplayerc/stdafx.cpp
new file mode 100644
index 000000000..0e0760e02
--- /dev/null
+++ b/src/apps/mplayerc/stdafx.cpp
@@ -0,0 +1,27 @@
+/*
+ * $Id$
+ * stdafx.cpp : source file that includes just the standard includes
+ * mplayerc.pch will be the pre-compiled header
+ * stdafx.obj will contain the pre-compiled type information
+ *
+ * (C) 2003-2006 Gabest
+ * (C) 2006-2010 see AUTHORS
+ *
+ * This file is part of mplayerc.
+ *
+ * Mplayerc 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Mplayerc 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 "stdafx.h"