diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-06-03 13:27:13 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-06-03 13:27:13 +0000 |
commit | 964a7089f8a243fed81b9fc293512c7e2be6ce18 (patch) | |
tree | 4c81ec9feacd624190965318061c8fdaab8ae08a /sametime/StdAfx.cpp | |
parent | 60cbe2d6c7d0a0b9dafce40d9d9ecdc868c4c49b (diff) |
import sametime plugin source
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@412 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'sametime/StdAfx.cpp')
-rw-r--r-- | sametime/StdAfx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sametime/StdAfx.cpp b/sametime/StdAfx.cpp new file mode 100644 index 0000000..97f31a3 --- /dev/null +++ b/sametime/StdAfx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes
+// sametime.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
|