#ifndef _BMPUTIL_H_ #define _BMPUTIL_H_ #include HBITMAP _export bmpUtil_loadBitmap(HDC device, char *name); #endif