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.
|
|
/*++
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"
|