commit | 23296f0c4ae0001fcd0e0e5a1c382fb9de06d6ce | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Jul 10 17:45:22 2008 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jul 10 17:45:22 2008 +0200 |
tree | 613eec88c291b60965f9ccebcf6838764ae4f4ae | |
parent | e98933a2795363471673fef8779112826bf13f14 [diff] [blame] |
winetest: Use Win32 APIs exclusively for file I/O and output redirection.
diff --git a/programs/winetest/winetest.h b/programs/winetest/winetest.h index 043e5ed..795bf03 100644 --- a/programs/winetest/winetest.h +++ b/programs/winetest/winetest.h
@@ -39,6 +39,8 @@ int send_file (const char *name); +extern HANDLE logfile; + /* GUI definitions */ #include <windows.h>