equal
deleted
inserted
replaced
25 #include <s32stor.h> |
25 #include <s32stor.h> |
26 #include <txtrich.h> |
26 #include <txtrich.h> |
27 #include <miutatch.h> |
27 #include <miutatch.h> |
28 #include <miutconv.h> |
28 #include <miutconv.h> |
29 #include <miuthdr.h> |
29 #include <miuthdr.h> |
30 #include <mentact.h> // CMsgActive |
|
31 |
|
32 #include <imcvdata.h> |
|
33 #include <imcvtext.h> |
|
34 #include <imutdll.h> |
|
35 |
30 |
36 #define KBase64 _L("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=") |
31 #define KBase64 _L("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=") |
37 #define KCharFormat _L("%c") |
32 #define KCharFormat _L("%c") |
38 |
33 |
39 // Shared implementation code |
34 // Shared implementation code |