| /* | |
| * 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; | |
| } |