mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[PSDK]
Fix copypasta from r65873 svn path=/trunk/; revision=65875
This commit is contained in:
@@ -3178,7 +3178,7 @@ CreateDIBPatternBrush(
|
||||
HBRUSH
|
||||
WINAPI
|
||||
CreateDIBPatternBrushPt(
|
||||
_In_ HGLOBAL hglbDIBPacked,
|
||||
_In_ const VOID* pvPackedDIB,
|
||||
_In_ UINT uUsage);
|
||||
|
||||
#define GDI_WIDTHBYTES(bits) ((DWORD)(((bits) + 31) & (~31)) / 8)
|
||||
|
||||
Reference in New Issue
Block a user