#include "wx/msw/dibutils.h"
#ifdef __WXWINE__
- #include <module.h>
+/* Why module.h? No longer finds this header.
+ #include <module.h>
+*/
#endif
#if defined(__WIN32__)
off = _llseek(fh,0L,SEEK_CUR);
if (sizeof(bf) != _lread(fh,(LPSTR)&bf,sizeof(bf)))
- return FALSE;
+ return NULL;
/*
* do we have a RC HEADER?
}
if (sizeof(bi) != _lread(fh,(LPSTR)&bi,sizeof(bi)))
- return FALSE;
+ return NULL;
/*
* what type of bitmap info is this?