Fixed non-Haiku build targets for libicon
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19887 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -67,6 +67,12 @@ extern float roundf(float value);
|
||||
# define B_BAD_DATA (B_NOT_ALLOWED + 1)
|
||||
#endif
|
||||
|
||||
#ifndef HAIKU_TARGET_PLATFORM_HAIKU
|
||||
#ifndef B_VECTOR_ICON_TYPE
|
||||
#define B_VECTOR_ICON_TYPE 'VICN'
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef INT64_MAX
|
||||
#include <limits.h>
|
||||
#define INT64_MAX LONGLONG_MAX
|
||||
|
||||
Reference in New Issue
Block a user