mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 12:27:58 +08:00
fix wrong conditionla compilation error
This commit is contained in:
@@ -2158,7 +2158,7 @@ static int resize_window_surface (PMAINWIN pWin, const RECT* prcResult)
|
||||
return -1;
|
||||
}
|
||||
#else /* defined _MGSCHEMA_COMPOSITING */
|
||||
static inline int resize_surface (PMAINWIN pWin, const RECT* prcExpect)
|
||||
static inline int resize_window_surface (PMAINWIN pWin, const RECT* prcExpect)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user