Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d60069c

Browse files
committed
Added USE_APPEARANCE flag.
1 parent 18f7a45 commit d60069c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Mac/mwerks/mwerks_applet_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
2424
#define USE_GDBM /* Include the gdbm module */
2525
#define USE_ZLIB /* Include the zlib module */
26+
#define USE_APPEARANCE /* Enable Appearance support */
2627
#ifdef __powerc
2728
#define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */
2829
#endif

Mac/mwerks/mwerks_nonshared_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
2424
#define USE_GDBM /* Include the gdbm module */
2525
#define USE_ZLIB /* Include the zlib module */
26+
#define USE_APPEARANCE /* Enable Appearance support */
2627
#ifdef __powerc
2728
#define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */
2829
#endif

Mac/mwerks/mwerks_shared_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
2626
/* #define USE_GDBM /* Include the gdbm module */
2727
/* #define USE_ZLIB /* Include the zlib module */
28+
#define USE_APPEARANCE /* Enable Appearance support */
2829
#ifdef __powerc
2930
#define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */
3031
#endif

0 commit comments

Comments
 (0)