| Index: fpdfsdk/include/pdfwindow/PWL_ListCtrl.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h b/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h
|
| index 5a1f06045acf5431c5c90b8cab0a42fe83987a38..d79bccbae77668a12e8d3b0b270499d46b413ada 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _PWL_LISTCTRL_H_
|
| -#define _PWL_LISTCTRL_H_
|
| +#ifndef PWL_LISTCTRL_H_
|
| +#define PWL_LISTCTRL_H_
|
|
|
| #include "PWL_Wnd.h"
|
|
|
| @@ -44,5 +44,4 @@ private:
|
| FX_FLOAT m_fBottomSpace;
|
| };
|
|
|
| -#endif
|
| -
|
| +#endif // PWL_LISTCTRL_H_
|
|
|