diff lwlib/lwlib-internal.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents ac2d302a0011
children 697ef44129c6
line wrap: on
line diff
--- a/lwlib/lwlib-internal.h	Mon Aug 13 11:12:06 2007 +0200
+++ b/lwlib/lwlib-internal.h	Mon Aug 13 11:13:30 2007 +0200
@@ -1,5 +1,5 @@
-#ifndef LWLIB_INTERNAL_H
-#define LWLIB_INTERNAL_H
+#ifndef INCLUDED_lwlib_internal_h_
+#define INCLUDED_lwlib_internal_h_
 
 #include "lwlib.h"
 
@@ -39,7 +39,7 @@
 
 typedef struct _widget_creation_entry
 {
-  CONST char*			type;
+  const char*			type;
   widget_creation_function	function;
 } widget_creation_entry;
 
@@ -55,5 +55,4 @@
 
 widget_info *lw_get_widget_info (LWLIB_ID id);
 
-#endif /* LWLIB_INTERNAL_H */
-
+#endif /* INCLUDED_lwlib_internal_h_ */