Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnModel.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by maloninc, Thu Aug 4 05:10:02 2005 UTC revision 1.6 by maloninc, Fri Aug 5 09:00:31 2005 UTC
# Line 4  Line 4 
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"
# Line 24  Line 26 
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26