Source code of Windows XP (NT5)
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.

30 lines
1.0 KiB

  1. /****************************************************************************
  2. *
  3. * avicap.rcv
  4. *
  5. * Version control information
  6. *
  7. * Microsoft Video for Windows Sample Capture Class
  8. *
  9. * Copyright (c) 1992, 1993 Microsoft Corporation. All Rights Reserved.
  10. *
  11. * You have a royalty-free right to use, modify, reproduce and
  12. * distribute the Sample Files (and/or any modified version) in
  13. * any way you find useful, provided that you agree that
  14. * Microsoft has no warranty obligations or liability for any
  15. * Sample Application Files which are modified.
  16. *
  17. * IMPORTANT: If compiling this sample code for your own use,
  18. * define USE_INTERNAL_VERSION_INFO to be 0 below!!!
  19. *
  20. ***************************************************************************/
  21. #include <ver.h>
  22. #include <verinfo.h>
  23. #define VERSIONNAME "avicap.dll\0"
  24. #define VERSIONDESCRIPTION "AVI Capture DLL\0"
  25. #define VERSIONTYPE VFT_DLL
  26. #define VERSIONSUBTYPE VFT2_UNKNOWN
  27. #include <verinfo.ver>