Francois Gouget : user32/tests: Make test_LoadImage_working_directory_run( ) static.

Alexandre Julliard julliard at winehq.org
Mon Dec 10 15:46:03 CST 2018


Module: wine
Branch: master
Commit: 1d52a6e1b6bdd7988754a27d2e25a6362db93e18
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1d52a6e1b6bdd7988754a27d2e25a6362db93e18

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Dec  9 01:41:57 2018 +0100

user32/tests: Make test_LoadImage_working_directory_run() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/cursoricon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/tests/cursoricon.c b/dlls/user32/tests/cursoricon.c
index 405856c..323db82 100644
--- a/dlls/user32/tests/cursoricon.c
+++ b/dlls/user32/tests/cursoricon.c
@@ -1203,7 +1203,7 @@ static void create_ico_file(const char *filename, const test_icon_entries_t *tes
     HeapFree(GetProcessHeap(), 0, buf);
 }
 
-void test_LoadImage_working_directory_run(char *path)
+static void test_LoadImage_working_directory_run(char *path)
 {
     DWORD bytes_written;
     HANDLE handle;




More information about the wine-cvs mailing list