summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/config.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/config.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/config.h b/noncore/apps/opie-reader/config.h
index 5150270..b6281a4 100644
--- a/noncore/apps/opie-reader/config.h
+++ b/noncore/apps/opie-reader/config.h
@@ -9,13 +9,17 @@
9#define UTF8 9#define UTF8
10 10
11typedef unsigned short tchar; 11typedef unsigned short tchar;
12const tchar UEOF = USHRT_MAX; 12const tchar UEOF = USHRT_MAX;
13 13
14#else 14#else
15typedef char tchar; 15typedef char tchar;
16const int UEOF = -1; 16const int UEOF = -1;
17#endif 17#endif
18 18
19#include "ustring.h" 19#include "ustring.h"
20 20
21#define BORDER 2
22
23//#define _FAST
24
21#endif 25#endif