⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 platform.h

📁 extremeDB s sample code,useful for you
💻 H
字号:
#if defined(_WIN32)  #ifdef _NUCLEUS    #include "./inc/nucleus.h" /* Nucleus SIM */  #else	#ifdef _WIN32_WCE		#include "./inc/wince.h"	#else		#include "./inc/win32.h"	#endif  #endif#elif defined(_LINUX) || defined(_LYNX) #ifdef _ECOS    #include "./inc/ecos.h"  #else    #include "./inc/linux.h"  #endif //_ECOS#elif defined(_QNX)  #include "./inc/qnx.h"#elif defined(_SOLARIS)  #include "./inc/solaris.h"#elif defined(_HPUX)  #include "./inc/hpux.h"#elif defined(_VXWORKS)  #include "./inc/vxworks.h"#elif defined(_INTEGRITY)  #include "./inc/integrity.h"#elif defined(_NUCLEUS)  #include "./inc/nucleus.h" /* Nucleus for target */#elif defined(_ECOS)  #include "./inc/ecos.h"#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -