mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[PSDK]
Fix copypasta from r65873 svn path=/trunk/; revision=65875
This commit is contained in:
parent
137dbef056
commit
6532b23851
1 changed files with 1 additions and 1 deletions
|
@ -3178,7 +3178,7 @@ CreateDIBPatternBrush(
|
||||||
HBRUSH
|
HBRUSH
|
||||||
WINAPI
|
WINAPI
|
||||||
CreateDIBPatternBrushPt(
|
CreateDIBPatternBrushPt(
|
||||||
_In_ HGLOBAL hglbDIBPacked,
|
_In_ const VOID* pvPackedDIB,
|
||||||
_In_ UINT uUsage);
|
_In_ UINT uUsage);
|
||||||
|
|
||||||
#define GDI_WIDTHBYTES(bits) ((DWORD)(((bits) + 31) & (~31)) / 8)
|
#define GDI_WIDTHBYTES(bits) ((DWORD)(((bits) + 31) & (~31)) / 8)
|
||||||
|
|
Loading…
Reference in a new issue