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

Unified Diff: fpdfsdk/include/fxedit/fx_edit.h

Issue 1257163002: Kill FX_READER_DLL symbol (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | fpdfsdk/include/pdfwindow/PWL_Button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/fxedit/fx_edit.h
diff --git a/fpdfsdk/include/fxedit/fx_edit.h b/fpdfsdk/include/fxedit/fx_edit.h
index bf46e91819cfc109933bb2b3810b2bed6774178c..d154cb22904bf589a7c115d722d4f4aae2a503f0 100644
--- a/fpdfsdk/include/fxedit/fx_edit.h
+++ b/fpdfsdk/include/fxedit/fx_edit.h
@@ -46,16 +46,6 @@ struct CPVT_WordRange;
#define FX_EDIT_ISLATINWORD(u) (u == 0x2D || (u <= 0x005A && u >= 0x0041) || (u <= 0x007A && u >= 0x0061) || (u <= 0x02AF && u >= 0x00C0))
-#ifdef FX_READER_DLL
- #ifdef FXET_EXPORT
- #define FXET_CLASS __declspec(dllexport)
- #else
- #define FXET_CLASS
- #endif
-#else
- #define FXET_CLASS
-#endif
-
#ifndef DEFAULT_CHARSET
#define DEFAULT_CHARSET 1
#endif
@@ -171,7 +161,7 @@ public:
virtual CFX_WideString GetUndoTitle() = 0;
};
-class FXET_CLASS IFX_Edit
+class IFX_Edit
{
public:
static IFX_Edit* NewEdit();
@@ -433,7 +423,7 @@ public:
virtual void IOnInvalidateRect(CPDF_Rect * pRect) = 0;
};
-class FXET_CLASS IFX_List
+class IFX_List
{
public:
static IFX_List* NewList();
« no previous file with comments | « no previous file | fpdfsdk/include/pdfwindow/PWL_Button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698