--- psiconv/trunk/lib/psiconv/general.h.in 1999/10/03 21:10:47 2 +++ psiconv/trunk/lib/psiconv/general.h.in 2005/11/15 15:52:34 270 @@ -1,6 +1,6 @@ /* data.h - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999 Frodo Looijaard + Copyright (c) 1999-2005 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,4 +36,6 @@ typedef signed @INT_32_BIT@ psiconv_s32; typedef unsigned @INT_32_BIT@ psiconv_u32; +typedef psiconv_u16 psiconv_ucs2; + #endif /* def PSICONV_GENERAL_H */