- Sync in rev 37720: Magnus Olsen, add GdiGetBitmapBitsSize is a new api from windows xp sp3, the code was tested in vs2003. part II

svn path=/trunk/; revision=37767
This commit is contained in:
James Tabor 2008-11-30 13:17:52 +00:00
parent b92cf193fb
commit 41f45acf3f
2 changed files with 5 additions and 1 deletions

View file

@ -622,3 +622,4 @@ bInitSystemAndFontsDirectoriesW@8
bMakePathNameW@16
cGetTTFFromFOT@28
gdiPlaySpoolStream@24
GdiGetBitmapBitsSize@4

View file

@ -233,5 +233,8 @@ GdiSetLastError( DWORD dwErrCode );
DWORD WINAPI GdiGetCodePage(HDC);
UINT FASTCALL DIB_BitmapBitsSize( PBITMAPINFO );
/* EOF */
int
WINAPI
GdiGetBitmapBitsSize(BITMAPINFO *lpbmi);
/* EOF */