summaryrefslogtreecommitdiffstats
path: root/ui/base/win/touch_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/win/touch_input.h')
-rw-r--r--ui/base/win/touch_input.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/base/win/touch_input.h b/ui/base/win/touch_input.h
index dd0d829..f113ec5 100644
--- a/ui/base/win/touch_input.h
+++ b/ui/base/win/touch_input.h
@@ -7,16 +7,16 @@
#include <windows.h>
-#include "ui/base/ui_export.h"
+#include "ui/base/ui_base_export.h"
namespace ui {
// Wrapper for GetTouchInputInfo, which is not defined before Win7. For
// earlier OS's, this function returns FALSE.
-UI_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle,
- UINT count,
- PTOUCHINPUT pointer,
- int size);
+UI_BASE_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle,
+ UINT count,
+ PTOUCHINPUT pointer,
+ int size);
} // namespace ui