 |
Flutter Engine
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef UI_ACCESSIBILITY_AX_BASE_EXPORT_H_
6#define UI_ACCESSIBILITY_AX_BASE_EXPORT_H_
11#if defined(COMPONENT_BUILD)
14#if defined(AX_BASE_IMPLEMENTATION)
15#define AX_BASE_EXPORT __declspec(dllexport)
17#define AX_BASE_EXPORT __declspec(dllimport)
21#if defined(AX_BASE_IMPLEMENTATION)
22#define AX_BASE_EXPORT __attribute__((visibility("default")))