|
Flutter macOS Embedder
|
|
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)
13 #else // FLUTTER_DESKTOP_LIBRARY
17 #define FLUTTER_DEPRECATED(message) __declspec(deprecated(message))
19 #define FLUTTER_DEPRECATED(message) __attribute__((deprecated(message)))
22 #endif // FLUTTER_DESKTOP_LIBRARY
24 #endif // FLUTTER_SHELL_PLATFORM_COMMON_PUBLIC_FLUTTER_MACROS_H_