| Index: xfa/fwl/cfwl_pushbutton.h
 | 
| diff --git a/xfa/fwl/cfwl_pushbutton.h b/xfa/fwl/cfwl_pushbutton.h
 | 
| index 4f6939a9534ba8c0f75b747e59980033366a8c97..f7323eb46b048f7a5974f089ecfcd98250bcb6a4 100644
 | 
| --- a/xfa/fwl/cfwl_pushbutton.h
 | 
| +++ b/xfa/fwl/cfwl_pushbutton.h
 | 
| @@ -12,21 +12,8 @@
 | 
|  #include "xfa/fwl/cfwl_widget.h"
 | 
|  #include "xfa/fwl/cfwl_widgetproperties.h"
 | 
|  
 | 
| -#define FWL_STYLEEXT_PSB_Left (0L << 0)
 | 
| -#define FWL_STYLEEXT_PSB_Center (1L << 0)
 | 
| -#define FWL_STYLEEXT_PSB_Right (2L << 0)
 | 
| -#define FWL_STYLEEXT_PSB_Top (0L << 2)
 | 
| -#define FWL_STYLEEXT_PSB_VCenter (1L << 2)
 | 
| -#define FWL_STYLEEXT_PSB_Bottom (2L << 2)
 | 
| -#define FWL_STYLEEXT_PSB_TextOnly (0L << 4)
 | 
| -#define FWL_STYLEEXT_PSB_IconOnly (1L << 4)
 | 
| -#define FWL_STYLEEXT_PSB_TextIcon (2L << 4)
 | 
| -#define FWL_STYLEEXT_PSB_HLayoutMask (3L << 0)
 | 
| -#define FWL_STYLEEXT_PSB_VLayoutMask (3L << 2)
 | 
| -#define FWL_STYLEEXT_PSB_ModeMask (3L << 4)
 | 
|  #define FWL_STATE_PSB_Hovered (1 << FWL_WGTSTATE_MAX)
 | 
|  #define FWL_STATE_PSB_Pressed (1 << (FWL_WGTSTATE_MAX + 1))
 | 
| -#define FWL_STATE_PSB_Default (1 << (FWL_WGTSTATE_MAX + 2))
 | 
|  
 | 
|  class CFWL_MessageMouse;
 | 
|  class CFX_DIBitmap;
 | 
| 
 |