| Index: core/fxge/win32/win32_int.h
|
| diff --git a/core/fxge/win32/win32_int.h b/core/fxge/win32/win32_int.h
|
| index 9d62b41a8e02a1bdbbc2c87cc7a96573db4d23ba..d9ea91a49b3bf162401d90c698bc8cb90ed9d716 100644
|
| --- a/core/fxge/win32/win32_int.h
|
| +++ b/core/fxge/win32/win32_int.h
|
| @@ -16,7 +16,7 @@ class CGdiplusExt {
|
| CGdiplusExt();
|
| ~CGdiplusExt();
|
| void Load();
|
| - FX_BOOL IsAvailable() { return m_hModule != NULL; }
|
| + FX_BOOL IsAvailable() { return !!m_hModule; }
|
| FX_BOOL StretchBitMask(HDC hDC,
|
| BOOL bMonoDevice,
|
| const CFX_DIBitmap* pBitmap,
|
|
|