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.

53 lines
764 B

  1. #include "windows.h"
  2. #include <ntverp.h>
  3. #include "commctrl.h"
  4. /*
  5. * Copyright (c) 1996 Microsoft Corporation
  6. *
  7. * Module Name:
  8. *
  9. * fsconins.rc
  10. *
  11. * Abstract:
  12. *
  13. * Author:
  14. *
  15. * Kazuhiko Matsubara (kazum) June-16-1999
  16. *
  17. * Environment:
  18. *
  19. * User Mode
  20. */
  21. #define _FSCONINS_RC_
  22. #include "resource.h"
  23. // bitmaps
  24. // icons
  25. // wizard pages
  26. // version
  27. #define VER_FILETYPE VFT_APP
  28. #define VER_FILESUBTYPE VFT2_UNKNOWN
  29. #define VER_FILEDESCRIPTION_STR "Windows NT"
  30. #define VER_INTERNALNAME_STR "fsconins.dll"
  31. #define VER_ORIGINALFILENAME_STR "fsconins.dll"
  32. #include "common.ver"
  33. // strings
  34. STRINGTABLE DISCARDABLE
  35. BEGIN
  36. IDS_DIALOG_CAPTION "Microsoft Windows NT Setup"
  37. END