diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-05 19:31:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-05 19:31:43 +0000 |
commit | 528949c71a12f54dc7b71133a32d9ee91cb53298 (patch) | |
tree | a2b57251631adf14f00a4d775b6894da06f670fc /plugins/BasicHistory/stdafx.cpp | |
parent | a6fb825ecbf5313b010fd8cf37754f494cabddc5 (diff) |
BasicHistory - the alternative for history++
git-svn-id: http://svn.miranda-ng.org/main/trunk@317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/stdafx.cpp')
-rw-r--r-- | plugins/BasicHistory/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/BasicHistory/stdafx.cpp b/plugins/BasicHistory/stdafx.cpp new file mode 100644 index 0000000000..dd47c41552 --- /dev/null +++ b/plugins/BasicHistory/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes
+// BasicHistory.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file
|