 |
Flutter Engine
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef FLUTTER_SHELL_PLATFORM_COMMON_PUBLIC_FLUTTER_MACROS_H_
6#define FLUTTER_SHELL_PLATFORM_COMMON_PUBLIC_FLUTTER_MACROS_H_
8#ifdef FLUTTER_DESKTOP_LIBRARY
11#define FLUTTER_DEPRECATED(message)
17#define FLUTTER_DEPRECATED(message) __declspec(deprecated(message))
19#define FLUTTER_DEPRECATED(message) __attribute__((deprecated(message)))