NT4/private/ntos/nthals/haldti/mips/x86bios.h

12 lines
193 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
//
// This file simply includes the main code from the haltyne directory after
// undef'ed NT_UP if necessary.
//
#if defined(NT_UP)
#undef NT_UP
#endif
#include "..\haltyne\mips\x86bios.h"