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.

35 lines
612 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. sptxtcns.h
  5. Abstract:
  6. Text constant used internally and shared among various
  7. setupldr-environment programs, gui setup.exe, and DOS net nt setup.
  8. Author:
  9. Ted Miller (tedm) April-1992
  10. Revision History:
  11. --*/
  12. //
  13. // Define name of the directory used on the local source to hold the
  14. // Windows NT sources
  15. //
  16. #define LOCAL_SOURCE_DIRECTORY "\\$WIN_NT$.~LS"
  17. //
  18. // Floppyless boot root directory for x86
  19. //
  20. #define FLOPPYLESS_BOOT_ROOT "\\$WIN_NT$.~BT"
  21. #define FLOPPYLESS_BOOT_SEC "BOOTSECT.DAT"