shlwapi/tests: Make some variables static.

This commit is contained in:
Alexandre Julliard 2010-10-01 13:37:34 +02:00
parent 5c4c6544ae
commit eb2d556ec8
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ static BOOL (WINAPI *pSHLWAPI_269)(LPCSTR, CLSID *) = 0;
static DWORD (WINAPI *pSHLWAPI_23)(REFGUID, LPSTR, INT) = 0; static DWORD (WINAPI *pSHLWAPI_23)(REFGUID, LPSTR, INT) = 0;
/* GUIDs to test */ /* GUIDs to test */
const GUID * TEST_guids[] = { static const GUID * TEST_guids[] = {
&CLSID_ShellDesktop, &CLSID_ShellDesktop,
&CLSID_ShellLink, &CLSID_ShellLink,
&CATID_BrowsableShellExt, &CATID_BrowsableShellExt,

View File

@ -37,7 +37,7 @@ static BOOL (WINAPI *pPathAppendA)(LPSTR, LPCSTR);
/* ################ */ /* ################ */
struct { static const struct {
const char *url; const char *url;
const char *path; const char *path;
DWORD ret; DWORD ret;
@ -106,7 +106,7 @@ static struct {
{NULL, FALSE} {NULL, FALSE}
}; };
struct { static const struct {
const char *path; const char *path;
const char *result; const char *result;
} TEST_PATH_UNQUOTE_SPACES[] = { } TEST_PATH_UNQUOTE_SPACES[] = {