[haiku-commits] r34325 - haiku/trunk/headers/private/system

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 22:10:08 +0100 (CET)

Author: bonefish
Date: 2009-11-27 22:10:08 +0100 (Fri, 27 Nov 2009)
New Revision: 34325
Changeset: http://dev.haiku-os.org/changeset/34325/haiku

Modified:
   haiku/trunk/headers/private/system/symbol_versioning.h
Log:
Fixed header guard.


Modified: haiku/trunk/headers/private/system/symbol_versioning.h
===================================================================
--- haiku/trunk/headers/private/system/symbol_versioning.h      2009-11-27 
21:09:21 UTC (rev 34324)
+++ haiku/trunk/headers/private/system/symbol_versioning.h      2009-11-27 
21:10:08 UTC (rev 34325)
@@ -2,8 +2,8 @@
  * Copyright 2009, Ingo Weinhold, ingo_weinhold@xxxxxxx
  * Distributed under the terms of the MIT License.
  */
-#ifndef _SYMBOL_VERSIONING_H
-#define _SYMBOL_VERSIONING_H
+#ifndef _SYSTEM_SYMBOL_VERSIONING_H
+#define _SYSTEM_SYMBOL_VERSIONING_H
 
 #include <BeBuild.h>
 
@@ -17,4 +17,4 @@
 #endif
 
 
-#endif /* _SYMBOL_VERSIONING_H */
+#endif /* _SYSTEM_SYMBOL_VERSIONING_H */


Other related posts:

  • » [haiku-commits] r34325 - haiku/trunk/headers/private/system - ingo_weinhold