Actually remove the problematic type
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7046 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1d5d59eb24
commit
3c6821f214
1 changed files with 0 additions and 2 deletions
|
@ -34,8 +34,6 @@ WINUSERAPI HMONITOR WINAPI MonitorFromWindow(HWND hwnd, DWORD dwFlags);
|
|||
#ifndef GRADIENT_FILL_RECT_H
|
||||
#define GRADIENT_FILL_RECT_H 0
|
||||
#if !defined(_WIN32_WINNT) || _WIN32_WINNT-0 < 0x0410
|
||||
typedef USHORT COLOR16;
|
||||
typedef struct _TRIVERTEX { LONG x, y; COLOR16 Red, Green, Blue, Alpha; } TRIVERTEX, *PTRIVERTEX, *LPTRIVERTEX;
|
||||
WINGDIAPI BOOL WINAPI GradientFill(HDC,TRIVERTEX*,ULONG,PVOID,ULONG,ULONG);
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue