diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-10 15:48:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-10 15:48:37 +0000 |
commit | c2b31c148d0190328568d6be1412676f155599bf (patch) | |
tree | 4224f2c6a444867214015bfe46a0cdf1d1e53c60 /protocols/Xfire/src/stdafx.cxx | |
parent | 788326a35a2f727b711b77e52dd2b79290271f99 (diff) |
xfire: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14898 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/stdafx.cxx')
-rw-r--r-- | protocols/Xfire/src/stdafx.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/Xfire/src/stdafx.cxx b/protocols/Xfire/src/stdafx.cxx new file mode 100644 index 0000000000..f16632cd31 --- /dev/null +++ b/protocols/Xfire/src/stdafx.cxx @@ -0,0 +1,8 @@ +// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet.
+// xfiretest.pch ist der vorkompilierte Header.
+// stdafx.obj enthält die vorkompilierten Typinformationen.
+
+#include "stdafx.h"
+
+// TODO: Auf zusätzliche Header verweisen, die in STDAFX.H
+// und nicht in dieser Datei erforderlich sind.
|