shlwapi/tests: Make some variables static.
This commit is contained in:
parent
5c4c6544ae
commit
eb2d556ec8
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue