[DRWTSN32][SHIMDBG] Add missing va_end.
[reactos.git] / modules / rosapps / applications / fraginator / MainDialog.h
1 #ifndef MAINDIALOG_H
2 #define MAINDIALOG_H
3
4
5 #include <windows.h>
6
7
8 #define WM_UPDATEINFO (WM_USER + 1)
9
10
11 INT_PTR CALLBACK MainDialogProc (HWND Dlg, UINT Msg, WPARAM WParam, LPARAM LParam);
12
13
14 #endif // MAINDIALOG_H