Ignore:
Timestamp:
Jul 22, 2002, 10:08:02 PM (23 years ago)
Author:
umoeller
Message:

DBCS fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/tmsgfile.h

    r150 r190  
    3232    /*
    3333     *@@ TMFMSGFILE:
     34     *      representation of a text message file opened by
     35     *      tmfOpenMessageFile.
    3436     *
    3537     *@@added V0.9.16 (2001-10-08) [umoeller]
     
    3941    {
    4042        PSZ     pszFilename;            // copy of .TMF file name
    41 
    42         XSTRING strContent;             // file's full contents (converted to C LF format)
    4343
    4444        TREE    *IDsTreeRoot;           // root of tree with MSGENTRY's (a TREE* really)
     
    5959                         ULONG cTableEntries);
    6060
    61     /* APIRET tmfGetMessage(PCHAR *pTable,
    62                          ULONG cTable,
    63                          PBYTE pbBuffer,
    64                          ULONG cbBuffer,
    65                          PCSZ pszMessageName,
    66                          PCSZ pszFile,
    67                          PULONG pcbMsg);
    68 
    69     APIRET tmfGetMessageExt(PCHAR* pTable,
    70                             ULONG cTable,
    71                             PBYTE pbBuffer,
    72                             ULONG cbBuffer,
    73                             PCSZ pszMessageName,
    74                             PCSZ pszFile,
    75                             PULONG pcbMsg);
    76        */
    77 
    7861#endif // TMSGFILE_HEADER_INCLUDED
    7962
Note: See TracChangeset for help on using the changeset viewer.