#ifndef __HDIB__ #define __HDIB__ // MFC #include <afxwin.h> // Handle to a DIB DECLARE_HANDLE(HDIB); HDIB WINAPI CreateDIB(DWORD dwWidth, DWORD dwHeight, WORD wBitCount) ; // this is defined in dibapi.cpp for the moment #endif