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:
parent
bfb5c0d76e
commit
1d5d59eb24
3 changed files with 9 additions and 7 deletions
|
@ -119,4 +119,6 @@ static inline void GetGripperPos(HWND hwnd, RECT&r)
|
|||
|
||||
bool RicheditHasSelection(HWND hRE);
|
||||
|
||||
void EnableUICommand(UINT Id, INT_PTR Enabled);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue