winedos: Make a function static.
This commit is contained in:
parent
1ca4837891
commit
522d836c00
|
@ -1090,7 +1090,7 @@ void VGA_SetBright(BOOL bright)
|
|||
* Select if output is enabled or disabled
|
||||
* This is a property of the CGA controller
|
||||
*/
|
||||
void VGA_SetEnabled(BOOL enabled)
|
||||
static void VGA_SetEnabled(BOOL enabled)
|
||||
{
|
||||
TRACE("%i\n", enabled);
|
||||
|
||||
|
|
Loading…
Reference in New Issue