home *** CD-ROM | disk | FTP | other *** search
- #define __DIB_H__
-
- #ifndef __DIBMACRO_H__
- #include "dibmacro.h"
- #endif
-
- // Errors returned by ReadDib()
- #define DIB_OK 0 // Success
- #define DIB_FILEERROR 1 // File read error
- #define DIB_UNSUPPORTED 2 // Dib type not supported
- #define DIB_OUTOFMEMORY 3 // Out of memory
-
- UINT ReadDib( LPCSTR szFile, BITMAPINFO * bm, BYTE ** ppbits );
-
-