imgtools/imglib/inc/h_utl.h
changeset 626 ac03b93ca9c4
parent 590 360bd6b35136
child 654 7c11c3d8d025
equal deleted inserted replaced
625:a1925fb7753a 626:ac03b93ca9c4
    91 #include <windows.h>
    91 #include <windows.h>
    92 void HeapCheck();
    92 void HeapCheck();
    93 #endif
    93 #endif
    94 #define Print H.PrintString
    94 #define Print H.PrintString
    95 //
    95 //
    96 const TInt KMaxStringLength=0x400;
    96 const TInt KMaxStringLength=0x800;
    97 //
    97 //
    98 class HFile
    98 class HFile
    99 	{
    99 	{
   100 public:
   100 public:
   101 	static TBool Open(const char* aFileName, TInt32 * const aFileHandle);
   101 	static TBool Open(const char* aFileName, TInt32 * const aFileHandle);