31 lines
680 B
C
31 lines
680 B
C
|
|
||
|
/****************************************************************************\
|
||
|
|
||
|
NEWFILES.H / OPK Wizard (OPKWIZ.EXE)
|
||
|
|
||
|
Microsoft Confidential
|
||
|
Copyright (c) Microsoft Corporation 1998
|
||
|
All rights reserved
|
||
|
|
||
|
3/99 - Jason Cohen (JCOHEN)
|
||
|
Added this new header file for the OPK Wizard as part of the OOBE
|
||
|
update.
|
||
|
|
||
|
09/2000 - Stephen Lodwick (STELO)
|
||
|
Ported OPK Wizard to Whistler
|
||
|
|
||
|
\****************************************************************************/
|
||
|
|
||
|
|
||
|
#ifndef _NEWFILES_H_
|
||
|
#define _NEWFILES_H_
|
||
|
|
||
|
|
||
|
//
|
||
|
// External Function Prototype(s):
|
||
|
//
|
||
|
|
||
|
void AddFiles(HWND, LPTSTR, LPTSTR, LPTSTR, LPTSTR, LPTSTR);
|
||
|
|
||
|
|
||
|
#endif // _NEWFILES_H_
|