X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fscrollbar-msw.h;h=a7f1e8b60e906b3fa9bf0740f8334db6b31a17ed;hb=91618e583e5c09020a95290b0fac1f773d299fc6;hp=d73a7fe42a31cc82c02134e5fc694c38473fef56;hpb=376658ea71d16dced8acff36c3e385ac3738d868;p=chise%2Fxemacs-chise.git diff --git a/src/scrollbar-msw.h b/src/scrollbar-msw.h index d73a7fe..a7f1e8b 100644 --- a/src/scrollbar-msw.h +++ b/src/scrollbar-msw.h @@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: Not in FSF. */ -#ifndef _XEMACS_SCROLLBAR_MSW_H_ -#define _XEMACS_SCROLLBAR_MSW_H_ +#ifndef INCLUDED_scrollbar_msw_h_ +#define INCLUDED_scrollbar_msw_h_ #if defined (HAVE_MS_WINDOWS) && defined (HAVE_SCROLLBARS) @@ -60,4 +60,4 @@ void mswindows_handle_scrollbar_event (HWND hwnd, int code, int pos); int mswindows_handle_mousewheel_event (Lisp_Object frame, int keys, int delta); #endif /* HAVE_MS_WINDOWS and HAVE_SCROLLBARS */ -#endif /* _XEMACS_SCROLLBAR_MSW_H_ */ +#endif /* INCLUDED_scrollbar_msw_h_ */