reactos/rosapps/fraginator/ReportDialog.h
2006-03-30 00:09:09 +00:00

18 lines
377 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