Browse CVS Repository
Diff of /malonnote/mnModel.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 6 |
|
|
| 7 |
#include "config.h" |
#include "config.h" |
| 8 |
|
|
| 9 |
#define MAX_WIKI_TEXT_SIZE 10000 |
#define MAX_WIKI_TEXT_SIZE 1048576 |
| 10 |
#define MAX_TOKEN 32 |
#define MAX_TOKEN 32 |
| 11 |
#define MAX_BUF_SIZE 1024 |
#define MAX_BUF_SIZE 1024 |
| 12 |
#define EXT_TAG ".txt" |
#define EXT_TAG ".txt" |
| 18 |
#define ALLMEMO_TAG "malon-all" |
#define ALLMEMO_TAG "malon-all" |
| 19 |
#define TYPESEARCH_TAG "malon-type:" |
#define TYPESEARCH_TAG "malon-type:" |
| 20 |
|
|
| 21 |
#define CODE_SET_EUC_JP "euc-jp" |
#define CODE_SET_EUC_JP "eucJP" |
| 22 |
#ifdef __WXMAC__ |
#ifdef __WXMAC__ |
| 23 |
#define CODE_SET_SYSTEM "CP932" |
#define CODE_SET_SYSTEM "CP932" |
| 24 |
#endif |
#endif |
|
|
Legend:
| Removed from v.1.16 |
|
| changed lines |
| |
Added in v.1.17 |
|
|
|