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.

26 lines
841 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. * ftpctrs.rc
  7. * Resources for the WINS Server Performance Counters DLL.
  8. *
  9. *
  10. * FILE HISTORY
  11. * pradeepb 20-July-1993 Created
  12. */
  13. #include <windows.h>
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "WINS Service Performance Counters"
  18. #define VER_INTERNALNAME_STR "winsctrs.dll"
  19. #define VER_ORIGINALFILENAME_STR "winsctrs.dll"
  20. #define VER_LANGNEUTRAL
  21. #include "common.ver"