Browse CVS Repository
Diff of /malonnote/mnModel.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 4 |
#include <wx/wx.h> |
#include <wx/wx.h> |
| 5 |
#include <wx/treebase.h> |
#include <wx/treebase.h> |
| 6 |
|
|
| 7 |
|
#include "config.h" |
| 8 |
|
|
| 9 |
#define MAX_WIKI_TEXT_SIZE 10000 |
#define MAX_WIKI_TEXT_SIZE 10000 |
| 10 |
#define MAX_BUF_SIZE 1024 |
#define MAX_BUF_SIZE 1024 |
| 11 |
#define EXT_TAG ".txt" |
#define EXT_TAG ".txt" |
| 26 |
#define CODE_SET_SYSTEM "eucJP" |
#define CODE_SET_SYSTEM "eucJP" |
| 27 |
#endif |
#endif |
| 28 |
#ifdef __WXGTK__ |
#ifdef __WXGTK__ |
| 29 |
#define CODE_SET_SYSTEM "eucJP" |
#define CODE_SET_SYSTEM "euc-jp" |
| 30 |
#endif |
#endif |
| 31 |
#ifdef __WXX11__ |
#ifdef __WXX11__ |
| 32 |
#define CODE_SET_SYSTEM "eucJP" |
#define CODE_SET_SYSTEM "eucJP" |
|
|
Legend:
| Removed from v.1.4 |
|
| changed lines |
| |
Added in v.1.6 |
|
|
|