mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix build?
svn path=/trunk/; revision=28482
This commit is contained in:
@@ -235,7 +235,7 @@ HPALETTE STDCALL NtGdiCreateHalftonePalette(HDC hDC)
|
||||
}
|
||||
}
|
||||
|
||||
return NtGdiCreatePaletteInternal((LOGPALETTE *)&Palette, Palette->palNumEntries);
|
||||
return NtGdiCreatePaletteInternal((LOGPALETTE *)&Palette, Palette.NumberOfEntries);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user