Commit a496245c authored by Pierre Ynard's avatar Pierre Ynard

WinCE: fix window size in wing{d,ap}i video output again

parent 738cabeb
......@@ -256,7 +256,7 @@ void AlignRect(RECT *, int align_boundary, int align_size);
*****************************************************************************/
#ifdef UNDER_CE
#define AdjustWindowRect(a,b,c)
#define AdjustWindowRect(a,b,c) AdjustWindowRectEx(a,b,c,0)
#ifndef GCL_HBRBACKGROUND
# define GCL_HBRBACKGROUND (-10)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment