00001 /*********************************************************
00002 * File: dlgproc.h *
00003 *********************************************************/
00004 #ifndef DLGPROC_H
00005 #define DLGPROC_H
00006
00007 #ifdef __cplusplus
00008 extern "C"
00009 {
00010 #endif
00011 #include <windows.h> /* BOOL, CALLBACK, HWND, UINT, LPARAM, WPARAM */
00012 BOOL CALLBACK main_window_dialog_proc (HWND hwndDlg, UINT msg,
00013 WPARAM wParam, LPARAM lParam);
00014
00015 #ifdef __cplusplus
00016 }
00017 #endif
00018
00019
00020 #endif
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001