WinCE warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -665,7 +665,7 @@ HBITMAP wxLoadBMP(const wxString& filename)
|
||||
pBmpInfo->bmiHeader.biSizeImage = nBitsSize;
|
||||
|
||||
//HBITMAP hBitmap=SetBitmap((LPBITMAPINFO)pBmpInfo, pBits);
|
||||
DWORD dwBitmapInfoSize = sizeof(BITMAPINFO) + nColors*sizeof(RGBQUAD);
|
||||
//DWORD dwBitmapInfoSize = sizeof(BITMAPINFO) + nColors*sizeof(RGBQUAD);
|
||||
|
||||
// Create a DC which will be used to get DIB, then create DIBsection
|
||||
HDC hDC = ::GetDC(NULL);
|
||||
|
Reference in New Issue
Block a user