Commit 9684c9fe authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

msi: Marked two variables static.

parent 57a2a862
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment