mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
//
|
|
// Widget.Prefix
|
|
//
|
|
// Global prefix file for the Widget project.
|
|
//
|
|
|
|
#include "MacPrefix.h"
|
|
|
|
#include <Quickdraw.h>
|
|
#include <Events.h>
|
|
#include <MacWindows.h> |