Commit eb2d556e authored by Alexandre Julliard's avatar Alexandre Julliard

shlwapi/tests: Make some variables static.

parent 5c4c6544
......@@ -40,7 +40,7 @@ static BOOL (WINAPI *pSHLWAPI_269)(LPCSTR, CLSID *) = 0;
static DWORD (WINAPI *pSHLWAPI_23)(REFGUID, LPSTR, INT) = 0;
/* GUIDs to test */
const GUID * TEST_guids[] = {
static const GUID * TEST_guids[] = {
&CLSID_ShellDesktop,
&CLSID_ShellLink,
&CATID_BrowsableShellExt,
......
......@@ -37,7 +37,7 @@ static BOOL (WINAPI *pPathAppendA)(LPSTR, LPCSTR);
/* ################ */
struct {
static const struct {
const char *url;
const char *path;
DWORD ret;
......@@ -106,7 +106,7 @@ static struct {
{NULL, FALSE}
};
struct {
static const struct {
const char *path;
const char *result;
} TEST_PATH_UNQUOTE_SPACES[] = {
......
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