summaryrefslogtreecommitdiff
path: root/plugins/StartPosition/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-08-01 16:37:27 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-08-01 16:37:27 +0000
commit6c18e42ff55c8bf4c4b11dbe2e970bc553d00467 (patch)
tree19bbae382510097c43dc01c35112aaa1f6febeac /plugins/StartPosition/src
parent60b4ba00fcfa8102a050bc7d5e131d08b85e9dc6 (diff)
StartPosition: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartPosition/src')
-rw-r--r--plugins/StartPosition/src/main.cpp2
-rw-r--r--plugins/StartPosition/src/stdafx.cxx (renamed from plugins/StartPosition/src/stdafx.cpp)2
-rw-r--r--plugins/StartPosition/src/stdafx.h (renamed from plugins/StartPosition/src/Common.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StartPosition/src/main.cpp b/plugins/StartPosition/src/main.cpp
index d4c1b2e4e6..910f9ab365 100644
--- a/plugins/StartPosition/src/main.cpp
+++ b/plugins/StartPosition/src/main.cpp
@@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "Common.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/StartPosition/src/stdafx.cpp b/plugins/StartPosition/src/stdafx.cxx
index c5fe5abaad..6fb37564b7 100644
--- a/plugins/StartPosition/src/stdafx.cpp
+++ b/plugins/StartPosition/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 "common.h" \ No newline at end of file
+#include "stdafx.h" \ No newline at end of file
diff --git a/plugins/StartPosition/src/Common.h b/plugins/StartPosition/src/stdafx.h
index b962157adc..b962157adc 100644
--- a/plugins/StartPosition/src/Common.h
+++ b/plugins/StartPosition/src/stdafx.h