comparison src/define.h @ 43:f6db1f060a95

start on outlook 2003 64 bit format
author carl
date Sun, 06 Jan 2008 14:47:06 -0800
parents 6fe121a971c9
children b2a7f2e0926a
comparison
equal deleted inserted replaced
42:7a97f50c39c5 43:f6db1f060a95
10 #endif 10 #endif
11 11
12 #ifndef DEFINEH_H 12 #ifndef DEFINEH_H
13 #define DEFINEH_H 13 #define DEFINEH_H
14 14
15 // #ifdef DEBUG_ALL
16 #define DEBUG_MODE_GEN 15 #define DEBUG_MODE_GEN
17 #define DEBUGPRINT 16 #define DEBUGPRINT
18 #define DEBUG_MODE_WARN 17 #define DEBUG_MODE_WARN
19 #define DEBUG_MODE_READ 18 #define DEBUG_MODE_READ
20 #define DEBUG_MODE_EMAIL 19 #define DEBUG_MODE_EMAIL
22 #define DEBUG_MODE_INDEX 21 #define DEBUG_MODE_INDEX
23 #define DEBUG_MODE_CODE 22 #define DEBUG_MODE_CODE
24 #define DEBUG_MODE_INFO 23 #define DEBUG_MODE_INFO
25 #define DEBUG_MODE_HEXDUMP 24 #define DEBUG_MODE_HEXDUMP
26 #define DEBUG_MODE_FUNC 25 #define DEBUG_MODE_FUNC
27 // #endif
28 26
29 //number of items to save in memory between writes 27 //number of items to save in memory between writes
30 #define DEBUG_MAX_ITEMS 0 28 #define DEBUG_MAX_ITEMS 0
31 29
32 #define DEBUG_FILE_NO 1 30 #define DEBUG_FILE_NO 1