25 lines
337 B
C
25 lines
337 B
C
|
/*++
|
||
|
|
||
|
Microsoft Confidential
|
||
|
Copyright (c) 1992-1998 Microsoft Corporation
|
||
|
All rights reserved
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
syspart.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Declares the one lousy function that code outside of
|
||
|
syspart.c needs to be able to see.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Scott Hallock (scotthal) 28-Apr-1998
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
BOOL InitializeArcStuff();
|