00001 // Copyright (c) 1998-2014 by Tech Soft 3D, Inc. 00002 // 00003 // The information contained herein is confidential and proprietary to Tech Soft 3D, Inc., 00004 // and considered a trade secret as defined under civil and criminal statutes. 00005 // Tech Soft 3D, Inc. shall pursue its civil and criminal remedies in the event of 00006 // unauthorized use or misappropriation of its trade secrets. Use of this information 00007 // by anyone other than authorized employees of Tech Soft 3D, Inc. is granted only under 00008 // a written non-disclosure agreement, expressly prescribing the scope and manner of such use. 00009 00010 // HUtilityLocaleString.h : Utility classes to convert char strings to wchar_t strings and vice-versa 00011 00017 #ifndef _HUTILITY_LOCALTE_STRING_H 00018 #define _HUTILITY_LOCALTE_STRING_H 00019 00020 #include "utf_utils.h" 00021 00022 #ifdef H_PACK_8 00023 #pragma pack(push) 00024 #pragma pack(8) 00025 #endif 00026 00027 #ifdef H_PACK_8 00028 #pragma pack(pop) 00029 #endif 00030 00031 #endif