diff options
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_)
|