Alexandre Julliard : winedos: Make a function static.

Alexandre Julliard julliard at winehq.org
Thu Dec 4 09:02:42 CST 2008


Module: wine
Branch: master
Commit: 522d836c009db68e1b16e0b69bf998316a781dba
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=522d836c009db68e1b16e0b69bf998316a781dba

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Dec  4 12:48:47 2008 +0100

winedos: Make a function static.

---

 dlls/winedos/vga.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winedos/vga.c b/dlls/winedos/vga.c
index 5d4dcca..12062de 100644
--- a/dlls/winedos/vga.c
+++ b/dlls/winedos/vga.c
@@ -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);
 




More information about the wine-cvs mailing list