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

📄 poppack.h

📁 coreavc for linux in unix_linux
💻 H
字号:
#ifdef MPLAYER_PSHPACK_H#undef MPLAYER_PSHPACK_H#if (defined(__GNUC__) || defined(__SUNPRO_C)) && !defined(__APPLE__)#pragma pack()#elif defined(__SUNPRO_CC) || defined(__APPLE__)#warning "Assumes default alignment is 4"#pragma pack(4)#elif !defined(RC_INVOKED)#error "Restoration of the previous alignment isn't supported by the compiler"#endif /* defined(__GNUC__) || defined(__SUNPRO_C) ; !defined(RC_INVOKED) */#else /* MPLAYER_PSHPACK_H */#error "Popping alignment isn't possible since no alignment has been pushed"#endif /* MPLAYER_PSHPACK_H */

⌨️ 快捷键说明

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