cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24439 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-12 23:16:39 +00:00
parent c374720467
commit d81a386693
2 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@
* $Id$
*/
#ifndef loader_driver_h
#define loader_driver_h
#ifndef LOADER_DRIVER_H
#define LOADER_DRIVER_H
#ifdef __cplusplus
extern "C" {
@ -25,4 +25,4 @@ void DrvClose(HDRVR hdrvr);
}
#endif
#endif
#endif /* LOADER_DRIVER_H */

View File

@ -4,8 +4,8 @@
* $Id$
*/
#ifndef loader_win32_h
#define loader_win32_h
#ifndef LOADER_WIN32_H
#define LOADER_WIN32_H
#include <time.h>
@ -41,4 +41,4 @@ typedef struct tls_s tls_t;
extern void* LookupExternal(const char* library, int ordinal);
extern void* LookupExternalByName(const char* library, const char* name);
#endif
#endif /* LOADER_WIN32_H */