From 59222a752fa4c8a1e8c2a00ee2f9e22855f12bb2 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 01 Jul 2002 23:24:08 +0000 Subject: initial --- (limited to 'noncore/apps/opie-reader/config.h') diff --git a/noncore/apps/opie-reader/config.h b/noncore/apps/opie-reader/config.h new file mode 100644 index 0000000..5150270 --- a/dev/null +++ b/noncore/apps/opie-reader/config.h @@ -0,0 +1,21 @@ +#ifndef __CONFIG_H +#define __CONFIG_H + +#define _UNICODE + +#ifdef _UNICODE +#include + +#define UTF8 + +typedef unsigned short tchar; +const tchar UEOF = USHRT_MAX; + +#else +typedef char tchar; +const int UEOF = -1; +#endif + +#include "ustring.h" + +#endif -- cgit v0.9.0.2