diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:57:13 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:57:13 +0000 |
commit | 610f48f080c6ae8c298a032cd92bb2ca9948aded (patch) | |
tree | fc8f9cdd046fa5219776dc2a9fc74cb6ed700e6a /worldtime/common.h | |
parent | 75c65a6f461f71e2c94aac46d3e08e4475e4a450 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@23 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'worldtime/common.h')
-rw-r--r-- | worldtime/common.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/worldtime/common.h b/worldtime/common.h new file mode 100644 index 0000000..11d06b6 --- /dev/null +++ b/worldtime/common.h @@ -0,0 +1,27 @@ +// 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__C0DB2B52_6239_4F4B_85C1_830836CC6209__INCLUDED_)
+#define AFX_STDAFX_H__C0DB2B52_6239_4F4B_85C1_830836CC6209__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
+#define _WIN32_WINNT 0x0500
+
+#include <windows.h>
+#include <winuser.h>
+#include <prsht.h>
+#include <shellapi.h>
+#include <commctrl.h>
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_STDAFX_H__C0DB2B52_6239_4F4B_85C1_830836CC6209__INCLUDED_)
|