Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

50 lines
581 B

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
spi386.h
Abstract:
Header file for x86-specific stuff in system installation module.
Author:
Ted Miller (tedm) 4-Apr-1995
Revision History:
--*/
#ifdef _X86_
VOID
CheckPentium(
VOID
);
BOOL
SetNpxEmulationState(
VOID
);
BOOL
CALLBACK
PentiumDlgProc(
IN HWND hdlg,
IN UINT msg,
IN WPARAM wParam,
IN LPARAM lParam
);
WCHAR
x86DetermineSystemPartition(
VOID
);
extern WCHAR x86SystemPartitionDrive;
extern WCHAR FloppylessBootPath[MAX_PATH];
#endif