| Index: xfa/fwl/fwl_widgetdef.h
|
| diff --git a/xfa/fwl/core/fwl_widgetdef.h b/xfa/fwl/fwl_widgetdef.h
|
| similarity index 98%
|
| rename from xfa/fwl/core/fwl_widgetdef.h
|
| rename to xfa/fwl/fwl_widgetdef.h
|
| index 8644d99474d4e6daf32eaf678c232e4ed21c5e5a..20013b0e4cc3cc4704d319b8ada34aeb9f6b64bb 100644
|
| --- a/xfa/fwl/core/fwl_widgetdef.h
|
| +++ b/xfa/fwl/fwl_widgetdef.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_FWL_WIDGETDEF_H_
|
| -#define XFA_FWL_CORE_FWL_WIDGETDEF_H_
|
| +#ifndef XFA_FWL_FWL_WIDGETDEF_H_
|
| +#define XFA_FWL_FWL_WIDGETDEF_H_
|
|
|
| #define FWL_WGTSTYLE_OverLapper (0L << 0)
|
| #define FWL_WGTSTYLE_Popup (1L << 0)
|
| @@ -221,4 +221,4 @@
|
| #define FWL_VKEY_OEM_Clear 0xFE
|
| #define FWL_VKEY_Unknown 0
|
|
|
| -#endif // XFA_FWL_CORE_FWL_WIDGETDEF_H_
|
| +#endif // XFA_FWL_FWL_WIDGETDEF_H_
|
|
|