mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Define BeOS icon type if not previously defined, as it is missing in BeOS R3.
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user