HUtilityLocaleString.h
Go to the documentation of this file.
1 // Copyright (c) Tech Soft 3D, Inc.
2 //
3 // The information contained herein is confidential and proprietary to Tech Soft 3D, Inc.,
4 // and considered a trade secret as defined under civil and criminal statutes.
5 // Tech Soft 3D, Inc. shall pursue its civil and criminal remedies in the event of
6 // unauthorized use or misappropriation of its trade secrets. Use of this information
7 // by anyone other than authorized employees of Tech Soft 3D, Inc. is granted only under
8 // a written non-disclosure agreement, expressly prescribing the scope and manner of such use.
9 
10 // HUtilityLocaleString.h : Utility classes to convert char strings to wchar_t strings and vice-versa
11 
17 #ifndef _HUTILITY_LOCALTE_STRING_H
18 #define _HUTILITY_LOCALTE_STRING_H
19 
20 #include "utf_utils.h"
21 
22 #ifdef H_PACK_8
23 #pragma pack(push)
24 #pragma pack(8)
25 #endif
26 
27 #ifdef H_PACK_8
28 #pragma pack(pop)
29 #endif
30 
31 #endif