win9x: sysmng

svn merge -r 274:275 https://amethyst.yui.ne.jp/svn-dev/x1/xmil/branches/yui/WORK_01
This commit is contained in:
yui 2015-12-29 15:21:40 +00:00
parent 5fcc51a08e
commit 7c53425679
2 changed files with 1 additions and 6 deletions

View File

@ -10,11 +10,6 @@
UINT sys_updates;
void sysmng_scrnwidth(REG8 mode) {
}
// ----
static OEMCHAR title[512];

View File

@ -34,7 +34,7 @@ void sysmng_fddaccess(REG8 drv);
sys_updates &= (SYS_UPDATECFG | SYS_UPDATEOSCFG); \
sysmng_workclockreset()
void sysmng_scrnwidth(REG8 mode);
#define sysmng_scrnwidth(m)
#define sysmng_fddaccess(a)