1 /* 2 * PROJECT: ReactOS Applications 3 * LICENSE: LGPL - See COPYING in the top level directory 4 * FILE: base/applications/msconfig_new/fileextractdialog.h 5 * PURPOSE: File Extract Dialog 6 * COPYRIGHT: Copyright 2011-2012 Hermes BELUSCA - MAITO <hermes.belusca@sfr.fr> 7 */ 8 9 #ifndef __FILEEXTRACTDIALOG_H__ 10 #define __FILEEXTRACTDIALOG_H__ 11 12 INT_PTR CALLBACK 13 FileExtractDialogWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam); 14 15 #endif // __FILEEXTRACTDIALOG_H__ 16