summaryrefslogtreecommitdiffstats
path: root/ui/base/win/touch_input.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/win/touch_input.cc')
-rw-r--r--ui/base/win/touch_input.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/base/win/touch_input.cc b/ui/base/win/touch_input.cc
index a369ab1..0114bdd 100644
--- a/ui/base/win/touch_input.cc
+++ b/ui/base/win/touch_input.cc
@@ -6,10 +6,10 @@
namespace ui {
-UI_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle,
- UINT count,
- PTOUCHINPUT pointer,
- int size) {
+BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle,
+ UINT count,
+ PTOUCHINPUT pointer,
+ int size) {
typedef BOOL(WINAPI *GetTouchInputInfoPtr)(HTOUCHINPUT, UINT,
PTOUCHINPUT, int);
static GetTouchInputInfoPtr get_touch_input_info_func =