diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-23 15:21:10 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-23 15:21:10 +0000 |
commit | 526f8de873c0efe9dce69aad9e62ee3a57ade9a9 (patch) | |
tree | 381f73919b0ad01d551814c553c942bbe7448f10 /plugins/DbChecker/src/dbchecker.h | |
parent | 19074442841b7d7a67d402262bc9d80a86d3c8e5 (diff) |
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbChecker/src/dbchecker.h')
-rw-r--r-- | plugins/DbChecker/src/dbchecker.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/DbChecker/src/dbchecker.h b/plugins/DbChecker/src/dbchecker.h index 4039cab040..ea7d3909ae 100644 --- a/plugins/DbChecker/src/dbchecker.h +++ b/plugins/DbChecker/src/dbchecker.h @@ -20,27 +20,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include <tchar.h>
-
#include <windows.h>
-#include <stdio.h>
-#include <stddef.h>
-#include <io.h>
-#include <stdarg.h>
#include <process.h>
-#include <direct.h>
#include <malloc.h>
#include <commctrl.h>
#include <time.h>
-#include <m_system.h>
-#include <m_system_cpp.h>
#include <newpluginapi.h>
#include <m_database.h>
#include <m_db_int.h>
#include <m_langpack.h>
#include "resource.h"
+#include "version.h"
#define WinVerMajor() LOBYTE(LOWORD(GetVersion()))
#define IsWinVerXPPlus() (WinVerMajor()>=5 && LOWORD(GetVersion())!=5)
|