summaryrefslogtreecommitdiff
path: root/worldtime/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'worldtime/common.h')
-rw-r--r--worldtime/common.h44
1 files changed, 24 insertions, 20 deletions
diff --git a/worldtime/common.h b/worldtime/common.h
index cb5a041..f43e636 100644
--- a/worldtime/common.h
+++ b/worldtime/common.h
@@ -1,32 +1,36 @@
-// 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
+#ifndef _COMMON_H
+#define _COMMON_H
// Insert your headers here
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#define _WIN32_WINNT 0x0500
+#define MIRANDA_VER 0x0700
+
+#include <m_stdhdr.h>
#include <windows.h>
-#include <winuser.h>
#include <prsht.h>
-#include <shellapi.h>
#include <commctrl.h>
+#include <win2k.h>
+#include <newpluginapi.h>
+#include <m_langpack.h>
+#include <m_skin.h>
+#include <m_database.h>
+#include <m_options.h>
+#include <m_popup.h>
+#include <m_protosvc.h>
+#include <m_protomod.h>
+#include <m_system.h>
+#include <m_system_cpp.h>
+#include <m_utils.h>
+#include <m_cluiframes.h>
+#include <m_clist.h>
+#include <m_genmenu.h>
+#include <m_clc.h>
+#include <m_fontservice.h>
+#include <m_icolib.h>
+#include "m_skin_eng.h"
-#ifndef MIID_WORLDTIME
-#define MIID_WORLDTIME {0x5e436914, 0x3258, 0x4dfa, { 0x8a, 0xd9, 0xf2, 0xcd, 0x26, 0x43, 0x6f, 0x1}}
#endif
-
-//{{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_)