From 8efb2fa21c81f99b37795621f9ec2bc125c6ced0 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 22 Feb 2008 09:09:46 +0000 Subject: Add MPLAYER_ prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/getch2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'osdep/getch2.h') diff --git a/osdep/getch2.h b/osdep/getch2.h index c2e14aa5ee..b91bd7176d 100644 --- a/osdep/getch2.h +++ b/osdep/getch2.h @@ -1,8 +1,8 @@ /* GyS-TermIO v2.0 (for GySmail v3) (C) 1999 A'rpi/ESP-team */ /* a very small replacement of ncurses library */ -#ifndef GETCH2_H -#define GETCH2_H +#ifndef MPLAYER_GETCH2_H +#define MPLAYER_GETCH2_H /* Screen size. Initialized by load_termcap() and get_screen_size() */ extern int screen_width; @@ -35,4 +35,4 @@ extern int mp_input_slave_cmd_func(int fd,char* dest,int size); #define MP_INPUT_SLAVE_CMD_FUNC NULL #endif -#endif /* GETCH2_H */ +#endif /* MPLAYER_GETCH2_H */ -- cgit v1.2.3