Mercurial > hg > xemacs-beta
diff lwlib/lwlib-internal.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
line wrap: on
line diff
--- a/lwlib/lwlib-internal.h Mon Aug 13 11:19:22 2007 +0200 +++ b/lwlib/lwlib-internal.h Mon Aug 13 11:20:41 2007 +0200 @@ -1,5 +1,5 @@ -#ifndef INCLUDED_lwlib_internal_h_ -#define INCLUDED_lwlib_internal_h_ +#ifndef LWLIB_INTERNAL_H +#define 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,4 +55,5 @@ widget_info *lw_get_widget_info (LWLIB_ID id); -#endif /* INCLUDED_lwlib_internal_h_ */ +#endif /* LWLIB_INTERNAL_H */ +