mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[WIN32K]
- Fix complation when using diblib svn path=/trunk/; revision=57126
This commit is contained in:
parent
0ea37bc5de
commit
a4a967f486
1 changed files with 3 additions and 2 deletions
|
@ -6,12 +6,13 @@ DBG_DEFAULT_CHANNEL(GdiFont);
|
|||
#define SURFOBJ_flags(pso) (CONTAINING_RECORD(pso, SURFACE, SurfObj)->flags)
|
||||
|
||||
// FIXME this needs to be updated, once we use the new structure
|
||||
XCLIPOBJ gxcoTrivial =
|
||||
extern XCLIPOBJ gxcoTrivial;
|
||||
/*
|
||||
{
|
||||
{0, {LONG_MIN, LONG_MIN, LONG_MAX, LONG_MAX}, DC_TRIVIAL, FC_RECT, TC_RECTANGLES, 0},
|
||||
0, 0, 0
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
static
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue