]> git.saurik.com Git - wxWidgets.git/commitdiff
OK, maybe not done yet, have to fix Unicode compilation one more place...
authorOve Kaaven <ovek@arcticnet.no>
Sun, 20 Jun 1999 06:03:35 +0000 (06:03 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Sun, 20 Jun 1999 06:03:35 +0000 (06:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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 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);
 
 LPSTR FindDIBBits (LPSTR lpbi);
 HPALETTE MakeDIBPalette(LPBITMAPINFOHEADER lpInfo);