12 lines
152 B
C
12 lines
152 B
C
|
|
#include <Quickdraw.h>
|
|
#include <Events.h>
|
|
#include <MacWindows.h>
|
|
|
|
#define USE_TLS_FOR_TOOLKIT 1
|
|
|
|
#if !TARGET_CARBON
|
|
#define USE_MENUSELECT 1
|
|
#endif
|
|
|