1 /*****************************************************************************
2 
3   ReportDialog
4 
5 *****************************************************************************/
6 
7 
8 #ifndef REPORTDIALOG_H
9 #define REPORTDIALOG_H
10 
11 
12 #include <windows.h>
13 
14 
15 INT_PTR CALLBACK ReportDialogProc (HWND Dlg, UINT Msg, WPARAM WParam, LPARAM LParam);
16 
17 
18 #endif // REPORTDIALOG_H
19