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.

28 lines
798 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmsample.rc
  4. //
  5. // Module: CMSAMPLE.DLL
  6. //
  7. // Synopsis: Resource script
  8. //
  9. // Copyright (c) 2000 Microsoft Corporation
  10. //
  11. // Author: tomkel created header 11/03/2000
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include <windows.h>
  15. #include "pnpuverp.h"
  16. #include "cmprdver.h"
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Sample connection action"
  20. #define VER_INTERNALNAME_STR "CMSAMPLE"
  21. #define VER_ORIGINALFILENAME_STR "CMSAMPLE.DLL"
  22. #include <common.ver>
  23. /////////////////////////////////////////////////////////////////////////////