[MPlayer-cvslog] r24439 - in trunk/loader: driver.h win32.h
diego
subversion at mplayerhq.hu
Thu Sep 13 01:16:39 CEST 2007
Author: diego
Date: Thu Sep 13 01:16:39 2007
New Revision: 24439
Log:
cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.
Modified:
trunk/loader/driver.h
trunk/loader/win32.h
Modified: trunk/loader/driver.h
==============================================================================
--- trunk/loader/driver.h (original)
+++ trunk/loader/driver.h Thu Sep 13 01:16:39 2007
@@ -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 */
Modified: trunk/loader/win32.h
==============================================================================
--- trunk/loader/win32.h (original)
+++ trunk/loader/win32.h Thu Sep 13 01:16:39 2007
@@ -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 */
More information about the MPlayer-cvslog
mailing list