branch | RCL_3 |
changeset 6 | d9c996538b26 |
parent 0 | 05e9090e2422 |
child 24 | e4e3998ddda2 |
5:800e0f20cfe9 | 6:d9c996538b26 |
---|---|
61 FILE* iFile; |
61 FILE* iFile; |
62 int iLineNumber; |
62 int iLineNumber; |
63 bool iUnicode; |
63 bool iUnicode; |
64 bool iFirstInLine; |
64 bool iFirstInLine; |
65 |
65 |
66 wint_t iNextChar; |
66 wchar_t iNextChar; |
67 wchar_t iToken[512]; |
67 wchar_t iToken[512]; |
68 int iHash; |
68 int iHash; |
69 }; |
69 }; |
70 |
70 |
71 #endif // !defined(AFX_SDCINPUT_H__A0DBE2E4_6216_468F_8437_4BA19D0ACB09__INCLUDED_) |
71 #endif // !defined(AFX_SDCINPUT_H__A0DBE2E4_6216_468F_8437_4BA19D0ACB09__INCLUDED_) |