setupapi/tests: Make some variables static.

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

View File

@ -23,8 +23,8 @@
#include <setupapi.h>
#include "wine/test.h"
CHAR CURR_DIR[MAX_PATH];
CHAR WIN_DIR[MAX_PATH];
static CHAR CURR_DIR[MAX_PATH];
static CHAR WIN_DIR[MAX_PATH];
static void get_directories(void)
{

View File

@ -53,7 +53,7 @@ static BOOL (WINAPI *pStringTableStringFromIdEx)(HSTRING_TABLE, DWORD, LPWST
static VOID (WINAPI *pStringTableTrim)(HSTRING_TABLE);
#endif
HMODULE hdll;
static HMODULE hdll;
static WCHAR string[] = {'s','t','r','i','n','g',0};
static WCHAR String[] = {'S','t','r','i','n','g',0};
static WCHAR foo[] = {'f','o','o',0};