/**************/ /* about.h */ /**************/ #ifndef about_h #define about_h #include "incwin.h" #ifdef __cplusplus extern "C" { #endif BOOL CALLBACK _export About(HWND hDlg,unsigned message, WPARAM wParam,LPARAM lParam); #ifdef __cplusplus } #endif #endif