mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
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
|
|
|