mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-21 12:30:49 +00:00
Update rdisk.h
Remove extra const qualifier
This commit is contained in:
parent
b31fb83715
commit
34f4cae528
2
rdisk.h
2
rdisk.h
@ -43,7 +43,7 @@ typedef void (*RDiskCopy_t)(Ptr, Ptr, unsigned long);
|
|||||||
#define RDISK_COMPRESSED_ICON_SIZE (87)
|
#define RDISK_COMPRESSED_ICON_SIZE (87)
|
||||||
#ifdef RDISK_COMPRESS_ICON_ENABLE
|
#ifdef RDISK_COMPRESS_ICON_ENABLE
|
||||||
#include <Quickdraw.h>
|
#include <Quickdraw.h>
|
||||||
const char const RDiskIconCompressed[RDISK_COMPRESSED_ICON_SIZE] = {
|
const char RDiskIconCompressed[RDISK_COMPRESSED_ICON_SIZE] = {
|
||||||
PackBits_Repeat(76), 0b00000000, /*
|
PackBits_Repeat(76), 0b00000000, /*
|
||||||
0b00000000, 0b00000000, 0b00000000, 0b00000000,
|
0b00000000, 0b00000000, 0b00000000, 0b00000000,
|
||||||
0b00000000, 0b00000000, 0b00000000, 0b00000000,
|
0b00000000, 0b00000000, 0b00000000, 0b00000000,
|
||||||
|
Loading…
Reference in New Issue
Block a user