diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-07 19:58:25 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-07 19:58:25 +0000 |
commit | ba6ef9fbed9e7ea74794044dbfed040eae74cc33 (patch) | |
tree | 242d6a05bb3ebcd972871a38e9afa92046e6de30 /plugins/Dbx_mdb/src/commonheaders.h | |
parent | e96ff917bb98563a2397eca71c51a273e46d9dcd (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/commonheaders.h')
-rw-r--r-- | plugins/Dbx_mdb/src/commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dbx_mdb/src/commonheaders.h b/plugins/Dbx_mdb/src/commonheaders.h index 47162af580..8a184fbf4c 100644 --- a/plugins/Dbx_mdb/src/commonheaders.h +++ b/plugins/Dbx_mdb/src/commonheaders.h @@ -26,6 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma warning(disable:4509)
+#define SIZEOF(x) _countof(x)
+
#include <windows.h>
#include <time.h>
#include <process.h>
|