| 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..65df7aecfca742d99143d258470341aa2ae4a032 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 FPDFSDK_INCLUDE_PDFWINDOW_PWL_LISTCTRL_H_
|
| +#define FPDFSDK_INCLUDE_PDFWINDOW_PWL_LISTCTRL_H_
|
|
|
| #include "PWL_Wnd.h"
|
|
|
| @@ -44,5 +44,4 @@ private:
|
| FX_FLOAT m_fBottomSpace;
|
| };
|
|
|
| -#endif
|
| -
|
| +#endif // FPDFSDK_INCLUDE_PDFWINDOW_PWL_LISTCTRL_H_
|
|
|