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.

16 lines
338 B

  1. /****************************************************************************
  2. Copyright (c) Microsoft Corporation 1998
  3. All rights reserved
  4. File: SETUP.H
  5. ***************************************************************************/
  6. #ifndef _SETUP_H_
  7. #define _SETUP_H_
  8. HRESULT
  9. EndProcess(
  10. HWND hDlg );
  11. #endif // _SETUP_H_