Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
421 B

  1. #ifdef WIN32
  2. #include <ntverp.h>
  3. #else
  4. #include <ver.h>
  5. #endif
  6. #include <aviver.h>
  7. #ifdef WIN32
  8. #define MMVERSIONNAME "msvfw32.dll\0"
  9. #else
  10. #define MMVERSIONNAME "msvideo.dll\0"
  11. #endif
  12. #define MMVERSIONDESCRIPTION "Microsoft Video for Windows DLL\0"
  13. #define MMVERSIONTYPE VFT_DLL
  14. #define MMVERSIONSUBTYPE VFT2_UNKNOWN
  15. #include <aviver.ver>