diff options
author | René Schümann <white06tiger@gmail.com> | 2015-03-14 19:58:15 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2015-03-14 19:58:15 +0000 |
commit | 5a97f4b7c941dc704ab4dd2c370d19bb556c1ce6 (patch) | |
tree | 7ca8e397891238535958645ae5af8427068bcfd9 /plugins/MirOTR/src/stdafx.cpp | |
parent | 02eaf116807ce4b8b49dfaee47910d2dffbfef8f (diff) |
MirOTR: part 3, file/folder structure change
git-svn-id: http://svn.miranda-ng.org/main/trunk@12404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/src/stdafx.cpp')
-rw-r--r-- | plugins/MirOTR/src/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/MirOTR/src/stdafx.cpp b/plugins/MirOTR/src/stdafx.cpp new file mode 100644 index 0000000000..98540cbccf --- /dev/null +++ b/plugins/MirOTR/src/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet.
+// MirOTR.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.
|