blob: 387f85b07406a90a59a504455e26263b64efc213 [file] [log] [blame]
/*
* MSVIDEO procedures
*
* Copyright 1998 Luiz Otavio L. Zorzella
*/
#include "windows.h"
#include "debug.h"
/***********************************************************************
* VideoForWindowsVersion [MSVIDEO.2]
*/
DWORD WINAPI VideoForWindowsVersion ()
{
FIXME (msvideo, "(void): stub\n");
/* What should be returned? */
return 1;
}