Define BeOS icon type if not previously defined, as it is missing in BeOS R3.

This commit is contained in:
2021-04-28 09:21:12 +01:00
parent 057e20030b
commit 86cf157c13

View File

@@ -98,4 +98,8 @@ unsigned char iconAttribute[1024] = {
0x10, 0x12, 0x15, 0x19, 0x1B, 0x1D, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
};
#ifndef B_LARGE_ICON_TYPE
#define B_LARGE_ICON_TYPE 'ICON'
#endif
#endif // AARU_FSTESTER_SETTER_SRC_BEOS_XATTR_H_