Commit 9a39cb94 authored by Alexandre Julliard's avatar Alexandre Julliard

cabinet/tests: Make some variables static.

parent 95e095ba
......@@ -55,10 +55,10 @@ typedef struct {
} SESSION;
/* function pointers */
HMODULE hCabinet;
static HMODULE hCabinet;
static HRESULT (WINAPI *pExtract)(SESSION*, LPCSTR);
CHAR CURR_DIR[MAX_PATH];
static CHAR CURR_DIR[MAX_PATH];
static void init_function_pointers(void)
{
......
......@@ -28,7 +28,7 @@
#define MEDIA_SIZE 999999999
#define FOLDER_THRESHOLD 900000
CHAR CURR_DIR[MAX_PATH];
static CHAR CURR_DIR[MAX_PATH];
/* FDI callbacks */
......
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