www.pudn.com > coolMEMORY.rar > WindowProc.h


//----------------------------------------------------------------------------- 
// File: WindowProc.h 
//----------------------------------------------------------------------------- 
 
#ifndef __WINDOW_PROC_H__ 
#define __WINDOW_PROC_H__ 
 
 
// Functions: ***************************************************************** 
extern LRESULT CALLBACK WindowProc(HWND, unsigned, WPARAM, LPARAM); 
/////////////////////////////////////////////////////////////////////////////// 
 
 
#endif __WINDOW_PROC_H__