Loading...
Searching...
No Matches
Go to the documentation of this file.
7 #if defined(FL_IS_WASM)
11 #define FASTLED_EXPORT EMSCRIPTEN_KEEPALIVE
12 #elif defined(_WIN32) || defined(_WIN64)
14 #ifdef FASTLED_BUILDING_DLL
15 #define FASTLED_EXPORT __declspec(dllexport)
17 #define FASTLED_EXPORT __declspec(dllimport)
19 #elif defined(__GNUC__) && (__GNUC__ >= 4)
21 #define FASTLED_EXPORT __attribute__((visibility("default")))
22 #elif defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x550)
24 #define FASTLED_EXPORT __global
27 #define FASTLED_EXPORT
32 #if defined(_WIN32) || defined(_WIN64)
34 #define FASTLED_CALL __stdcall
42#define FASTLED_API FASTLED_EXPORT FASTLED_CALL