diff options
author | thestig <thestig@chromium.org> | 2016-05-26 16:33:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-26 16:33:01 -0700 |
commit | 3bd3841291b46bd7ae31cfb8dc8035e5b4ed4e40 (patch) | |
tree | 46aba6b22f524abe514b56a3e0980a2047051fb3 /public/fpdfview.h | |
parent | 2f1e05a44bbc38a4afea3fde8c8018dc127b8659 (diff) | |
download | pdfium-3bd3841291b46bd7ae31cfb8dc8035e5b4ed4e40.tar.xz |
Remove checks for _WIN32_WCE.
Review-Url: https://codereview.chromium.org/2011563006
Diffstat (limited to 'public/fpdfview.h')
-rw-r--r-- | public/fpdfview.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/public/fpdfview.h b/public/fpdfview.h index dad6299da5..cea431a498 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_ { |