//--------------------------------------------------------------------------------------- // Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved. // Consult legal.txt regarding legal and license information. //--------------------------------------------------------------------------------------- #ifndef PDFTRON_H_CPPCommonBasicTypes #define PDFTRON_H_CPPCommonBasicTypes #include namespace pdftron { typedef TRN_UChar UChar; typedef TRN_UInt32 UInt32; typedef TRN_UInt16 UInt16; typedef TRN_UInt8 UInt8; typedef TRN_Int32 Int32; typedef TRN_Int16 Int16; typedef TRN_Int8 Int8; typedef TRN_Int64 Int64; typedef TRN_UInt64 UInt64; typedef TRN_Unicode Unicode; } #endif // PDFTRON_H_CPPCommonBasicTypes