r24797 - trunk/TOOLS/vfw2menc.c
16 Oct
2007
16 Oct
'07
10:24 p.m.
Author: compn Date: Wed Oct 17 04:24:50 2007 New Revision: 24797 Log: simple avoid wine complaints fix by sherpya Modified: trunk/TOOLS/vfw2menc.c Modified: trunk/TOOLS/vfw2menc.c ============================================================================== --- trunk/TOOLS/vfw2menc.c (original) +++ trunk/TOOLS/vfw2menc.c Wed Oct 17 04:24:50 2007 @@ -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];
6600
Age (days ago)
6600
Last active (days ago)
0 comments
1 participants
participants (1)
-
compn