summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/vfw2menc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/vfw2menc.c b/TOOLS/vfw2menc.c
index c03ae43654..91a2cde3ca 100644
--- a/TOOLS/vfw2menc.c
+++ b/TOOLS/vfw2menc.c
@@ -179,7 +179,7 @@ int main(int argc, char *argv[])
unsigned char mode = 0;
DWORD dwFCC = 0;
ICOPEN icopen;
- HRESULT coinit = S_FALSE;
+ HRESULT coinit = -1;
/* ICINFO icinfo; */
wchar_t drvfile[MAX_PATH];