mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
793ebfdd18
- does not yet link svn path=/trunk/; revision=32436
18 lines
379 B
C
18 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
|