[PATCH] marked 2 variables static

Marcus Meissner marcus at jet.franken.de
Tue Oct 16 14:26:13 CDT 2007


---
 dlls/msi/tests/install.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index f3de7e7..0c50156 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -40,8 +40,8 @@ static UINT (WINAPI *pMsiSourceListGetInfoA)
 static const char *msifile = "msitest.msi";
 static const char *msifile2 = "winetest2.msi";
 static const char *mstfile = "winetest.mst";
-CHAR CURR_DIR[MAX_PATH];
-CHAR PROG_FILES_DIR[MAX_PATH];
+static CHAR CURR_DIR[MAX_PATH];
+static CHAR PROG_FILES_DIR[MAX_PATH];
 
 /* msi database data */
 
-- 
1.5.2.4



More information about the wine-patches mailing list