winedos: Make a function static.

This commit is contained in:
Alexandre Julliard 2008-12-04 12:48:47 +01:00
parent 1ca4837891
commit 522d836c00

View file

@ -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);