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.

31 lines
780 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. ftpsvc.rc
  7. Resource file for FTP Service.
  8. FILE HISTORY:
  9. KeithMo 07-Mar-1993 Created.
  10. */
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_APP
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "FTP Service"
  16. #define VER_INTERNALNAME_STR "ftpsvc.dll"
  17. #define VER_ORIGINALFILENAME_STR "ftpsvc.dll"
  18. #include "iisver.h"
  19. #include "common.ver"
  20. 1 11 MSG00001.bin
  21.