reactos/rosapps/fraginator/MainDialog.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

15 lines
228 B
C

#ifndef MAINDIALOG_H
#define MAINDIALOG_H
#include <windows.h>
#define WM_UPDATEINFO (WM_USER + 1)
INT_PTR CALLBACK MainDialogProc (HWND Dlg, UINT Msg, WPARAM WParam, LPARAM LParam);
#endif // MAINDIALOG_H