From 52a20f8579f946b9c7749b1c022d284169daf0d7 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 13 Sep 2007 08:50:21 +0000 Subject: Remove leading underscores from multiple inclusion guards, leading underscores are reserved in the C standard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24442 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/loader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'loader/loader.h') diff --git a/loader/loader.h b/loader/loader.h index 44c1c2e652..7fafc632f9 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -12,8 +12,8 @@ * $Id$ */ -#ifndef _LOADER_H -#define _LOADER_H +#ifndef LOADER_H +#define LOADER_H #ifdef __cplusplus extern "C" { @@ -37,5 +37,5 @@ INT WINAPI LoadStringA( HINSTANCE instance, UINT resource_id, #ifdef __cplusplus } #endif -#endif /* __LOADER_H */ +#endif /* LOADER_H */ -- cgit v1.2.3