17 lines
338 B
C
17 lines
338 B
C
|
/****************************************************************************
|
||
|
|
||
|
Copyright (c) Microsoft Corporation 1998
|
||
|
All rights reserved
|
||
|
|
||
|
File: SETUP.H
|
||
|
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef _SETUP_H_
|
||
|
#define _SETUP_H_
|
||
|
|
||
|
HRESULT
|
||
|
EndProcess(
|
||
|
HWND hDlg );
|
||
|
|
||
|
#endif // _SETUP_H_
|