diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-02 17:00:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-02 17:00:04 +0000 |
commit | 224906414b7f157416dabc4f98c0d3076c631521 (patch) | |
tree | 73b8e0760d8dcdef94053e702fc475d4e5d572a3 /libavformat/os_support.h | |
parent | 064cd7a89770478a992f2e932402bf064a0a7024 (diff) | |
download | ffmpeg-224906414b7f157416dabc4f98c0d3076c631521.tar.gz |
Remove leading underscores from specifiers, they are reserved.
Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r-- | libavformat/os_support.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 424d6dabd1..05acaa152a 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _OS_SUPPORT_H -#define _OS_SUPPORT_H +#ifndef OS_SUPPORT_H +#define OS_SUPPORT_H /** * @file os_support.h @@ -108,4 +108,4 @@ extern int poll(struct pollfd *fds, nfds_t numfds, int timeout); #endif /* HAVE_SYS_POLL_H */ #endif /* CONFIG_FFSERVER */ -#endif /* _OS_SUPPORT_H */ +#endif /* OS_SUPPORT_H */ |