reactos/rosapps/applications/fraginator/ReportDialog.h
Aleksey Bragin 2012315e5a - Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
2008-07-05 11:46:22 +00:00

19 lines
379 B
C

/*****************************************************************************
ReportDialog
*****************************************************************************/
#ifndef REPORTDIALOG_H
#define REPORTDIALOG_H
#include <windows.h>
INT_PTR CALLBACK ReportDialogProc (HWND Dlg, UINT Msg, WPARAM WParam, LPARAM LParam);
#endif // REPORTDIALOG_H