1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-25 23:03:39 +00:00
reactos/rosapps/applications/fraginator/ReportDialog.h

19 lines
379 B
C
Raw Normal View History

/*****************************************************************************
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