summaryrefslogtreecommitdiffstats
path: root/ui/base/dragdrop/drop_target.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/dragdrop/drop_target.h')
-rw-r--r--ui/base/dragdrop/drop_target.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/base/dragdrop/drop_target.h b/ui/base/dragdrop/drop_target.h
index 9b8903a..53d88fa 100644
--- a/ui/base/dragdrop/drop_target.h
+++ b/ui/base/dragdrop/drop_target.h
@@ -9,6 +9,7 @@
#include <objidl.h>
#include "base/memory/ref_counted.h"
+#include "ui/ui_api.h"
// Windows interface.
struct IDropTargetHelper;
@@ -24,7 +25,7 @@ namespace ui {
// before the HWND is deleted too.
//
// This class is meant to be used in a STA and is not multithread-safe.
-class DropTarget : public IDropTarget {
+class UI_API DropTarget : public IDropTarget {
public:
// Create a new DropTarget associating it with the given HWND.
explicit DropTarget(HWND hwnd);