skins/AknSkins/sdcinc/SDCInput.h
changeset 50 c6286dcf6040
parent 0 05e9090e2422
child 64 ecb300a325e8
equal deleted inserted replaced
43:1951b3078691 50:c6286dcf6040
    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_)