Home | History | Annotate | Download | only in lib

Lines Matching full:defined

22  * of pre-defined C/C++ compiler macros.
31 #if !defined(__PICOPLTF_H__)
43 #if !defined(PICO_PLATFORM)
44 #if defined(_WIN32)
46 #elif defined(__APPLE__) && defined(__MACH__)
48 #elif defined(linux) || defined(__linux__) || defined(__linux)
51 #error PICO_PLATFORM not defined
53 #endif /* !defined(PICO_PLATFORM) */
73 #endif /* !defined(__PICOPLTF_H__) */