1 
2 #include <windows.h>
3 #include <vfw.h>
4 
main()5 int main()
6 {
7   AVIFileInit();
8   AVIFileExit();
9   return 0;
10 }
11