mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 03:38:28 +00:00
- 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:
parent
b92cf193fb
commit
41f45acf3f
2 changed files with 5 additions and 1 deletions
|
@ -622,3 +622,4 @@ bInitSystemAndFontsDirectoriesW@8
|
|||
bMakePathNameW@16
|
||||
cGetTTFFromFOT@28
|
||||
gdiPlaySpoolStream@24
|
||||
GdiGetBitmapBitsSize@4
|
|
@ -233,5 +233,8 @@ GdiSetLastError( DWORD dwErrCode );
|
|||
DWORD WINAPI GdiGetCodePage(HDC);
|
||||
UINT FASTCALL DIB_BitmapBitsSize( PBITMAPINFO );
|
||||
|
||||
/* EOF */
|
||||
int
|
||||
WINAPI
|
||||
GdiGetBitmapBitsSize(BITMAPINFO *lpbmi);
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue