mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
//
|
|
// Widget.Prefix
|
|
//
|
|
// Global prefix file for the Widget project.
|
|
//
|
|
|
|
#include "MacPrefix.h"
|
|
|
|
#include <Quickdraw.h>
|
|
#include <Events.h>
|
|
#include <MacWindows.h>
|
|
|
|
#define USE_TLS_FOR_TOOLKIT 1
|