- /*===============================================================================
- File Name:gui_def_api.h
- Author:szhy
- Create Time:2007-9-18
- Description:defproc
- History:
- ===============================================================================*/
- #ifndef __GUI_DEF_API_H_
- #define __GUI_DEF_API_H_
- BU32 GUI_API_DefWindowProc(BU32 hWnd,BU32 message,BU32 wParam,BU32 lParam);
- #endif