]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dib.h
Changes to allow OLE to compile under mingw32/gcc-2.95
[wxWidgets.git] / include / wx / msw / dib.h
index b6b89ef14be7f1613eeac571c00071304dc62db4..79cd3d8cbe6d12380e2052005094b6b1d21cdc32 100644 (file)
@@ -19,8 +19,8 @@ wxBitmap         *wxLoadBitmap(wxChar *filename, wxColourMap **colourmap = NULL)
 bool wxLoadIntoBitmap(wxChar *filename, wxBitmap *bitmap, wxColourMap **pal = NULL);
 
 HANDLE BitmapToDIB (HBITMAP hBitmap, HPALETTE hPal);
-BOOL   ReadDIB(LPSTR lpFileName, HBITMAP *bitmap, HPALETTE *palette);
-HANDLE ReadDIB2(LPSTR lpFileName);
+BOOL   ReadDIB(LPTSTR lpFileName, HBITMAP *bitmap, HPALETTE *palette);
+HANDLE ReadDIB2(LPTSTR lpFileName);
 LPSTR FindDIBBits (LPSTR lpbi);
 HPALETTE MakeDIBPalette(LPBITMAPINFOHEADER lpInfo);