From: Ove Kaaven Date: Sun, 20 Jun 1999 06:03:35 +0000 (+0000) Subject: OK, maybe not done yet, have to fix Unicode compilation one more place... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0b6cf8797e1a7432c7b4871376a0e42696712cf0 OK, maybe not done yet, have to fix Unicode compilation one more place... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/dib.h b/include/wx/msw/dib.h index b6b89ef14b..79cd3d8cbe 100644 --- a/include/wx/msw/dib.h +++ b/include/wx/msw/dib.h @@ -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);