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;
/* GUIDs to test */
const GUID * TEST_guids[] = {
static const GUID * TEST_guids[] = {
&CLSID_ShellDesktop,
&CLSID_ShellLink,
&CATID_BrowsableShellExt,

View File

@ -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[] = {