Commit 97a22034 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

qcap: Declare some items static.

parent 9d4b8d33
......@@ -57,7 +57,7 @@ static WCHAR const tmodel_both[] =
/*
* Delete a key and all its subkeys
*/
HRESULT DeleteEntireSubKey(HKEY hkey, LPWSTR strSubKey)
static HRESULT DeleteEntireSubKey(HKEY hkey, LPWSTR strSubKey)
{
WCHAR buffer[MAX_KEY_LEN];
DWORD dw = MAX_KEY_LEN;
......
......@@ -136,7 +136,7 @@ static const struct renderlist renderlist_V4l[] = {
{ 0, NULL, NULL },
};
const int fallback_V4l[] = { 4, 5, 7, 8, 9, 13, 15, 14, 16, 11, -1 };
static const int fallback_V4l[] = { 4, 5, 7, 8, 9, 13, 15, 14, 16, 11, -1 };
/* Fallback: First try raw formats (Should try yuv first perhaps?), then yuv */
/* static const Capture defbox; */
......
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