Loading...
Searching...
No Matches
Go to the documentation of this file.
7 #if defined(__EMSCRIPTEN__)
8 #include <emscripten.h>
9 #define FASTLED_EXPORT EMSCRIPTEN_KEEPALIVE
10 #elif defined(_WIN32) || defined(_WIN64)
12 #ifdef FASTLED_BUILDING_DLL
13 #define FASTLED_EXPORT __declspec(dllexport)
15 #define FASTLED_EXPORT __declspec(dllimport)
17 #elif defined(__GNUC__) && (__GNUC__ >= 4)
19 #define FASTLED_EXPORT __attribute__((visibility("default")))
20 #elif defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x550)
22 #define FASTLED_EXPORT __global
25 #define FASTLED_EXPORT
30 #if defined(_WIN32) || defined(_WIN64)
32 #define FASTLED_CALL __stdcall
40#define FASTLED_API FASTLED_EXPORT FASTLED_CALL