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.

13 lines
357 B

  1. #include <ver.h>
  2. #include <verinfo.h>
  3. #ifndef WIN32
  4. #define VERSIONNAME "mciavi.drv\0"
  5. #else
  6. #define VERSIONNAME "mciavi32.dll\0"
  7. #endif
  8. #define VERSIONDESCRIPTION "MCI driver for AVI\0"
  9. #define VERSIONTYPE VFT_DRV
  10. #define VERSIONSUBTYPE VFT2_DRV_INSTALLABLE
  11. #include <verinfo.ver>