| Index: core/src/fxge/win32/win32_int.h
|
| diff --git a/core/src/fxge/win32/win32_int.h b/core/src/fxge/win32/win32_int.h
|
| index bc3eb878d9cef1026557238e3a8fe1565350ce9c..7c5c0720b19a5f6c1ff9ebde39a5cb72eb7cbd03 100644
|
| --- a/core/src/fxge/win32/win32_int.h
|
| +++ b/core/src/fxge/win32/win32_int.h
|
| @@ -3,6 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
| +#ifndef CORE_SRC_FXGE_WIN32_WIN32_INT_H_
|
| +#define CORE_SRC_FXGE_WIN32_WIN32_INT_H_
|
|
|
| struct WINDIB_Open_Args_;
|
| class CGdiplusExt
|
| @@ -236,3 +238,5 @@ protected:
|
| CFX_PSRenderer m_PSRenderer;
|
| };
|
| void _Color2Argb(FX_ARGB& argb, FX_DWORD color, int alpha_flag, void* pIccTransform);
|
| +
|
| +#endif // CORE_SRC_FXGE_WIN32_WIN32_INT_H_
|
|
|