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.

17 lines
439 B

  1. // -----------------------------------------------
  2. // CLUSNET RC file
  3. //
  4. // HISTORY:
  5. // Tom Laird-McConnell 05/15/94 Created
  6. // -----------------------------------------------
  7. #include <windows.h>
  8. #define VER_FILETYPE VFT_DLL
  9. #define VER_FILESUBTYPE VFT2_UNKNOWN
  10. #define VER_FILEDESCRIPTION_STR "Cluster Network Protocol Parser\0"
  11. #define VER_INTERNALNAME_STR "CLUSNET.DLL\0"
  12. #include "ntverp.h"
  13. #include "common.ver"