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.

11 lines
324 B

  1. #ifndef WIN32 //!!!!
  2. #include <ver.h>
  3. #include <verinfo.h>
  4. #define VERSIONNAME "avifile.dll\0"
  5. #define VERSIONDESCRIPTION "Microsoft AVI File support library\0"
  6. #define VERSIONTYPE VFT_DLL
  7. #define VERSIONSUBTYPE VFT2_DRV_INSTALLABLE
  8. #include <verinfo.ver>
  9. #endif