winedos: Make a function static.

This commit is contained in:
Alexandre Julliard 2008-12-04 12:48:47 +01:00
parent 1ca4837891
commit 522d836c00
1 changed files with 1 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ void VGA_SetBright(BOOL bright)
* Select if output is enabled or disabled * Select if output is enabled or disabled
* This is a property of the CGA controller * This is a property of the CGA controller
*/ */
void VGA_SetEnabled(BOOL enabled) static void VGA_SetEnabled(BOOL enabled)
{ {
TRACE("%i\n", enabled); TRACE("%i\n", enabled);