summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/utypes.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/utypes.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/utypes.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/utypes.h b/noncore/apps/opie-reader/utypes.h
new file mode 100644
index 0000000..b7c59f3
--- a/dev/null
+++ b/noncore/apps/opie-reader/utypes.h
@@ -0,0 +1,14 @@
1/*
2 * Quelques types utiles
3 */
4
5#ifndef UTYPES_H
6
7#define UTYPES_H
8
9typedef unsigned char UCHAR;
10typedef unsigned short USHORT;
11typedef unsigned int UINT;
12
13#endif
14