Changeset 63 for trunk/src/helpers/encodings.c
- Timestamp:
- Apr 25, 2001, 8:55:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/encodings.c
r36 r63 37 37 typedef struct _ENCODINGTABLE 38 38 { 39 XWPENCODINGID EncodingID; 40 39 41 unsigned short cEntries; 40 42 unsigned short ausEntries[1]; // variable size … … 69 71 long encRegisterEncoding(PXWPENCODINGMAP pEncodingMap, 70 72 unsigned long cArrayEntries, // count of array items 71 XWPENCODINGID EncodingID) 73 XWPENCODINGID EncodingID) // enum from encodings\base.h 72 74 { 73 75 long lrc = 0;
Note:
See TracChangeset
for help on using the changeset viewer.