Old MinGW somehow has the TRIVERTEX struct unprotected but GRADIENT_FILL_* behind WINVER >= 0x0500 and GradientFill behind WINVER >= 0x0410

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7045 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-11-07 02:36:21 +00:00
parent bfb5c0d76e
commit 1d5d59eb24
3 changed files with 9 additions and 7 deletions

View file

@ -119,4 +119,6 @@ static inline void GetGripperPos(HWND hwnd, RECT&r)
bool RicheditHasSelection(HWND hRE);
void EnableUICommand(UINT Id, INT_PTR Enabled);
#endif