reactos/rosapps/fraginator/ReportDialog.h
Johannes Anderwald 793ebfdd18 - fix a few issues to make it compilable with current RosBE
- does not yet link

svn path=/trunk/; revision=32436
2008-02-20 20:58:39 +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