minor aix portability fix
This commit is contained in:
parent
435b950dc1
commit
656f1dd33f
1 changed files with 2 additions and 2 deletions
|
@ -56,9 +56,9 @@ struct _CappletDirViewImpl
|
||||||
|
|
||||||
typedef enum _CappletDirViewLayout {
|
typedef enum _CappletDirViewLayout {
|
||||||
LAYOUT_NONE,
|
LAYOUT_NONE,
|
||||||
LAYOUT_ICON_LIST,
|
LAYOUT_ICON_LIST
|
||||||
#ifdef USE_HTML
|
#ifdef USE_HTML
|
||||||
LAYOUT_HTML
|
, LAYOUT_HTML
|
||||||
#endif
|
#endif
|
||||||
} CappletDirViewLayout;
|
} CappletDirViewLayout;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue