Fix copypasta from r65873

svn path=/trunk/; revision=65875
This commit is contained in:
Timo Kreuzer
2014-12-29 12:28:56 +00:00
parent 137dbef056
commit 6532b23851
+1 -1
View File
@@ -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)