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.

27 lines
779 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. * ftpsvc.rc
  7. * Resources for the FTP client dll.
  8. *
  9. *
  10. * FILE HISTORY
  11. * keithmo 25-Mar-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 "FTP Service Client API Stubs"
  18. #define VER_INTERNALNAME_STR "ftpsvc.dll"
  19. #define VER_ORIGINALFILENAME_STR "ftpsvc.dll"
  20. #include "iisver.h"
  21. #include "common.ver"
  22.