Ignore:
Timestamp:
Apr 25, 2001, 8:55:35 PM (24 years ago)
Author:
umoeller
Message:

Misc. fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/encodings.c

    r36 r63  
    3737typedef struct _ENCODINGTABLE
    3838{
     39    XWPENCODINGID   EncodingID;
     40
    3941    unsigned short  cEntries;
    4042    unsigned short  ausEntries[1];        // variable size
     
    6971long encRegisterEncoding(PXWPENCODINGMAP pEncodingMap,
    7072                         unsigned long cArrayEntries,    // count of array items
    71                          XWPENCODINGID EncodingID)
     73                         XWPENCODINGID EncodingID)       // enum from encodings\base.h
    7274{
    7375    long lrc = 0;
Note: See TracChangeset for help on using the changeset viewer.