win-capture: avoid multiple definitions of data

At link time unless they are defined static they will conflict
This commit is contained in:
martell
2015-02-05 07:20:09 +00:00
committed by jp9000
parent 45cec546bd
commit c5fa22ae93
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ struct d3d11_data {
};
};
struct d3d11_data data = {};
static struct d3d11_data data = {};
void d3d11_free(void)
{