We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76ae5d commit 9222545Copy full SHA for 9222545
Sources/Wrapper/can_api.c
@@ -59,12 +59,6 @@
59
#define PLATFORM "x64"
60
#elif defined(_WIN32)
61
#define PLATFORM "x86"
62
-#elif defined(__linux__)
63
-#define PLATFORM "Linux"
64
-#elif defined(__APPLE__)
65
-#define PLATFORM "macOS"
66
-#elif defined(__CYGWIN__)
67
-#define PLATFORM "Cygwin"
68
#else
69
#error Platform not supported
70
#endif
0 commit comments