Francois Gouget : gdi32/tests: Make test_GdiAlphaBlend() static.

Alexandre Julliard julliard at winehq.org
Fri Dec 12 07:04:21 CST 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec 12 10:21:11 2008 +0100

gdi32/tests: Make test_GdiAlphaBlend() static.

---

 dlls/gdi32/tests/bitmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/tests/bitmap.c b/dlls/gdi32/tests/bitmap.c
index 76547d3..7683d35 100644
--- a/dlls/gdi32/tests/bitmap.c
+++ b/dlls/gdi32/tests/bitmap.c
@@ -2131,7 +2131,7 @@ static void test_get16dibits(void)
     ReleaseDC(NULL, screen_dc);
 }
 
-void test_GdiAlphaBlend()
+static void test_GdiAlphaBlend(void)
 {
     /* test out-of-bound parameters for GdiAlphaBlend */
     HDC hdcNull;




More information about the wine-cvs mailing list