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.h | |
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.h')
-rw-r--r-- | sametime/StdAfx.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sametime/StdAfx.h b/sametime/StdAfx.h new file mode 100644 index 0000000..6055680 --- /dev/null +++ b/sametime/StdAfx.h @@ -0,0 +1,24 @@ +// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#if !defined(AFX_STDAFX_H__3A534A59_8FD6_49FB_BB74_4F88440A6B32__INCLUDED_)
+#define AFX_STDAFX_H__3A534A59_8FD6_49FB_BB74_4F88440A6B32__INCLUDED_
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+
+
+// Insert your headers here
+#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+
+#include <windows.h>
+
+// TODO: reference additional headers your program requires here
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_STDAFX_H__3A534A59_8FD6_49FB_BB74_4F88440A6B32__INCLUDED_)
|