DialogBox(GetModuleHandle(NULL), MAKEINTRESOURCE(IDD_ABOUT), hwnd, AboutDlgProc);

when i compile i only get this error:

87 ...\Main.cpp `AboutDlgProc' undeclared (first use this function)

Dev C++, only error

Hoe can I fix this? Thanks in advance.