19 lines
334 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#include "setupp.h"
#pragma hdrstop
WCHAR x86SystemPartitionDrive;
WCHAR FloppylessBootPath[MAX_PATH];
UINT
PlatformSpecificInit(
VOID
)
{
//
// Determine x86 system partition (usually but not always C:).
//
x86SystemPartitionDrive = x86DetermineSystemPartition();
return(NO_ERROR);
}