| Index: public/fpdfview.h
|
| diff --git a/public/fpdfview.h b/public/fpdfview.h
|
| index dad6299da5e6d6da896134e602770728bb38112b..cea431a498378c3d7b29b67584881a9f47260b67 100644
|
| --- a/public/fpdfview.h
|
| +++ b/public/fpdfview.h
|
| @@ -97,11 +97,7 @@ typedef struct _FPDF_BSTR {
|
| // For Linux/Unix programmers: most compiler/library environments use 4 bytes
|
| // for a Unicode character, and you have to convert between FPDF_WIDESTRING and
|
| // system wide string by yourself.
|
| -#ifdef _WIN32_WCE
|
| -typedef const unsigned short* FPDF_STRING;
|
| -#else
|
| typedef const char* FPDF_STRING;
|
| -#endif
|
|
|
| // Matrix for transformation.
|
| typedef struct _FS_MATRIX_ {
|
|
|