obsolete.c
来自「microwindow 源代码,嵌入式linux 的图形系统」· C语言 代码 · 共 27 行
C
27 行
/* * This file is now the entire contents of libmwinlib. * Do not use libmwinlib in new code - it is provided only * to keep backwards-compatibility with old programs. * * Where you previously used: * -lmwin -lmwinlib -lmwengine -lmwdrivers -lmwfonts * you now only have to use: * -lmwin * ************************************************************************ * These obsolete libraries will be removed in a future release of * * Microwindows. This affects libmwengine, libmwdrivers, libmwfonts * * and libmwinlib. * ************************************************************************ * * * Copyright (C) 2003 Jon Foster <jon@jon-foster.co.uk> */char gr_warning_libmwinlib_is_obsolete[] = "WARNING: libmwinlib is obsolete and should not be used any more.\n" "WARNING: The code is now built into libmwin.\n" "WARNING: Just use libmwin, not mwengine, mwdrivers, mwfonts, or mwinlib.\n";
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?