HDIB.h 235 B

1234567891011121314
  1. #ifndef __HDIB__
  2. #define __HDIB__
  3. // MFC
  4. #include <afxwin.h>
  5. // Handle to a DIB
  6. DECLARE_HANDLE(HDIB);
  7. HDIB WINAPI CreateDIB(DWORD dwWidth, DWORD dwHeight, WORD wBitCount) ;
  8. // this is defined in dibapi.cpp for the moment
  9. #endif