windows-nt/Source/XPSP1/NT/base/ntsetup/textmode/winnt/sptxtcns.h

36 lines
577 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
sptxtcns.h
Abstract:
Text constant used internally and shared among various
setupldr-environment programs, gui setup.exe, and DOS net nt setup.
Author:
Ted Miller (tedm) April-1992
Revision History:
--*/
//
// Define name of the directory used on the local source to hold the
// Windows NT sources
//
#define LOCAL_SOURCE_DIRECTORY "\\$WIN_NT$.~LS"
//
// Floppyless boot root directory for x86
//
#define FLOPPYLESS_BOOT_ROOT "\\$WIN_NT$.~BT"
#define FLOPPYLESS_BOOT_SEC "BOOTSECT.DAT"