From 7c5342567963956f5f5e4addf2f06ce03ef57299 Mon Sep 17 00:00:00 2001 From: yui Date: Tue, 29 Dec 2015 15:21:40 +0000 Subject: [PATCH] win9x: sysmng svn merge -r 274:275 https://amethyst.yui.ne.jp/svn-dev/x1/xmil/branches/yui/WORK_01 --- win9x/sysmng.cpp | 5 ----- win9x/sysmng.h | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/win9x/sysmng.cpp b/win9x/sysmng.cpp index 303dc58..a2bf544 100644 --- a/win9x/sysmng.cpp +++ b/win9x/sysmng.cpp @@ -10,11 +10,6 @@ UINT sys_updates; - -void sysmng_scrnwidth(REG8 mode) { -} - - // ---- static OEMCHAR title[512]; diff --git a/win9x/sysmng.h b/win9x/sysmng.h index d812788..1ed18ad 100644 --- a/win9x/sysmng.h +++ b/win9x/sysmng.h @@ -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)