mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
16 lines
491 B
C
16 lines
491 B
C
/*
|
|
* PROJECT: ReactOS Applications
|
|
* LICENSE: LGPL - See COPYING in the top level directory
|
|
* FILE: base/applications/msconfig_new/fileextractdialog.h
|
|
* PURPOSE: File Extract Dialog
|
|
* COPYRIGHT: Copyright 2011-2012 Hermes BELUSCA - MAITO <hermes.belusca@sfr.fr>
|
|
*/
|
|
|
|
#ifndef __FILEEXTRACTDIALOG_H__
|
|
#define __FILEEXTRACTDIALOG_H__
|
|
|
|
INT_PTR CALLBACK
|
|
FileExtractDialogWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif // __FILEEXTRACTDIALOG_H__
|