17 lines
415 B
C
17 lines
415 B
C
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: fopendlg.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef _INC_CSCUI_FOPENDLG_H
|
|
#define _INC_CSCUI_FOPENDLG_H
|
|
|
|
int OpenFilesWarningDialog(HWND hwndParent = NULL);
|
|
|
|
#endif // _INC_CSCUI_FOPENDLG_H
|