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.

20 lines
463 B

  1. #if 0
  2. Copyright (c) 1996 - 1997 Microsoft Corporation. All Rights Reserved.
  3. #endif
  4. #include <windows.h>
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Versioning
  8. //
  9. #define VERSION_RES_TYPE VFT_DLL
  10. #define VERSION_RES_ACTIVEX "SDK Tool\0"
  11. #define VERSION_RES_NAME "Measure.dll\0"
  12. #define VERSION_RES_DESCRIPTION "DirectShow SDK Performance Logger\0"
  13. #include <quartz.ver>
  14. #include <quartz.rcv>