 |
Flutter Engine
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef UI_GFX_GFX_EXPORT_H_
6#define UI_GFX_GFX_EXPORT_H_
8#if defined(COMPONENT_BUILD)
11#if defined(GFX_IMPLEMENTATION)
12#define GFX_EXPORT __declspec(dllexport)
14#define GFX_EXPORT __declspec(dllimport)
18#if defined(GFX_IMPLEMENTATION)
19#define GFX_EXPORT __attribute__((visibility("default")))