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
@@ -15,7 +15,11 @@ const tchar UEOF = USHRT_MAX;
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