mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
remove FIXMEs using corrected W32API headers
svn path=/trunk/; revision=8472
This commit is contained in:
parent
035924f082
commit
a4a8e435ed
1 changed files with 0 additions and 10 deletions
|
@ -48,16 +48,6 @@ static BOOL BSTR_bCache = TRUE; /* Cache allocations to minimise alloc calls? */
|
|||
HMODULE OLEAUT32_hModule = NULL;
|
||||
|
||||
|
||||
#ifndef COLOR_GRADIENTINACTIVECAPTION
|
||||
/*FIXME There are missing some constants in MinGW: */
|
||||
#if(WINVER >= 0x0500)
|
||||
#define COLOR_HOTLIGHT 26
|
||||
#define COLOR_GRADIENTACTIVECAPTION 27
|
||||
#define COLOR_GRADIENTINACTIVECAPTION 28
|
||||
#endif /* WINVER >= 0x0500 */
|
||||
#endif
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
* BSTR {OLEAUT32}
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue