Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

31 lines
680 B

/****************************************************************************\
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_