 |
Flutter Engine
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef FLUTTER_SHELL_PLATFORM_COMMON_PUBLIC_FLUTTER_EXPORT_H_
6#define FLUTTER_SHELL_PLATFORM_COMMON_PUBLIC_FLUTTER_EXPORT_H_
8#ifdef FLUTTER_DESKTOP_LIBRARY
12#define FLUTTER_EXPORT __declspec(dllexport)
14#define FLUTTER_EXPORT __attribute__((visibility("default")))
21#define FLUTTER_EXPORT __declspec(dllimport)