[haiku-commits] r37890 - haiku/trunk/src/libs/mesa/glut

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 4 Aug 2010 02:13:04 +0200 (CEST)

Author: phoudoin
Date: 2010-08-04 02:13:03 +0200 (Wed, 04 Aug 2010)
New Revision: 37890
Changeset: http://dev.haiku-os.org/changeset/37890

Modified:
   haiku/trunk/src/libs/mesa/glut/glutGameMode.h
Log:
Ooops, forgot header guard.


Modified: haiku/trunk/src/libs/mesa/glut/glutGameMode.h
===================================================================
--- haiku/trunk/src/libs/mesa/glut/glutGameMode.h       2010-08-03 23:37:24 UTC 
(rev 37889)
+++ haiku/trunk/src/libs/mesa/glut/glutGameMode.h       2010-08-04 00:13:03 UTC 
(rev 37890)
@@ -5,6 +5,8 @@
  *
  * Distributed under the terms of the MIT License.
  */
+#ifndef GLUT_GAME_MODE_H
+#define GLUT_GAME_MODE_H
 
 #include <GL/glut.h>
 #include <Screen.h>
@@ -52,3 +54,5 @@
        display_mode    fCurrentMode;
 
 };
+
+#endif // GLUT_GAME_MODE_H


Other related posts:

  • » [haiku-commits] r37890 - haiku/trunk/src/libs/mesa/glut - philippe . houdoin