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.

34 lines
889 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1997, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iasperf.rc
  8. //
  9. // SYNOPSIS
  10. //
  11. // This is the resource file for the IAS PerfMon DLL.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 11/12/1997 Original version.
  16. // 09/23/1999 Remove perfmon files.
  17. //
  18. ///////////////////////////////////////////////////////////////////////////////
  19. #include "resource.h"
  20. //
  21. // this is to get binary versioning
  22. //
  23. #include "winver.h"
  24. #include "ntverp.h"
  25. #define VER_FILETYPE VFT_DLL
  26. #define VER_FILESUBTYPE VFT2_UNKNOWN
  27. #define VER_FILEDESCRIPTION_STR "IAS Performance Monitoring DLL"
  28. #define VER_INTERNALNAME_STR "IASPERF.DLL"
  29. #define VER_ORIGINALFILENAME_STR "IASPERF.DLL"
  30. #include <common.ver>