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.

19 lines
815 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1996 **
  4. //*********************************************************************
  5. #include <ntverp.h>
  6. #define VER_FILETYPE VFT_APP
  7. #define VER_FILESUBTYPE VFT_UNKNOWN
  8. #define VER_FILEDESCRIPTION_STR "Internet Signup"
  9. #define RC_VERSION_FILE_DESCRIPTION "Internet Signup\0"
  10. #define VER_INTERNALNAME_STR "ISIGNUP"
  11. #define VER_LEGALCOPYRIGHT_YEARS "1996-1999"
  12. #define VER_ORIGINALFILENAME_STR "ISIGNUP.EXE"
  13. #define RC_VERSION_INTERNAL_NAME "ISIGNUP\0"
  14. #define RC_VERSION_ORIGINAL_FILE_NAME "ISIGNUP.EXE\0"
  15. #include <common.ver>