Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: public/fpdfview.h

Issue 2011563006: Remove checks for _WIN32_WCE. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: nit Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/include/fsdk_rendercontext.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ {
« no previous file with comments | « fpdfsdk/include/fsdk_rendercontext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698