// bitmap.h : definition file // #ifndef __BITMAP__H__ #define __BITMAP__H__ HBITMAP CopyBitmap(HBITMAP hbm); #endif //__BITMAP__H__