23 lines
420 B
C
23 lines
420 B
C
|
/****************************************************************************
|
||
|
|
||
|
Copyright (c) Microsoft Corporation 1998
|
||
|
All rights reserved
|
||
|
|
||
|
File: SETUPDLG.H
|
||
|
|
||
|
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef _SETUPDLG_H_
|
||
|
#define _SETUPDLG_H_
|
||
|
|
||
|
INT_PTR CALLBACK
|
||
|
SetupPathDlgProc(
|
||
|
HWND hDlg,
|
||
|
UINT uMsg,
|
||
|
WPARAM wParam,
|
||
|
LPARAM lParam );
|
||
|
|
||
|
|
||
|
#endif // _SETUPDLG_H_
|