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.

30 lines
680 B

  1. /****************************************************************************\
  2. NEWFILES.H / OPK Wizard (OPKWIZ.EXE)
  3. Microsoft Confidential
  4. Copyright (c) Microsoft Corporation 1998
  5. All rights reserved
  6. 3/99 - Jason Cohen (JCOHEN)
  7. Added this new header file for the OPK Wizard as part of the OOBE
  8. update.
  9. 09/2000 - Stephen Lodwick (STELO)
  10. Ported OPK Wizard to Whistler
  11. \****************************************************************************/
  12. #ifndef _NEWFILES_H_
  13. #define _NEWFILES_H_
  14. //
  15. // External Function Prototype(s):
  16. //
  17. void AddFiles(HWND, LPTSTR, LPTSTR, LPTSTR, LPTSTR, LPTSTR);
  18. #endif // _NEWFILES_H_