Hopefully final build fix for Dano; at least I build everything with "-a" this
time and it worked :-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24179 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -129,7 +129,7 @@ extern float roundf(float value);
|
||||
# define B_TRANSLATION_MAJOR_VERSION(v) (v >> 8)
|
||||
# define B_TRANSLATION_MINOR_VERSION(v) ((v >> 4) & 0xf)
|
||||
# define B_TRANSLATION_REVISION_VERSION(v) (v & 0xf)
|
||||
# ifndef HAIKU_HOST_PLATFORM_DANO
|
||||
# ifndef USING_HAIKU_TYPE_CONSTANTS_H
|
||||
# define B_LARGE_ICON_TYPE 'ICON'
|
||||
# define B_MINI_ICON_TYPE 'MICN'
|
||||
# define B_VECTOR_ICON_TYPE 'VICN'
|
||||
|
||||
Reference in New Issue
Block a user