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