mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
12 lines
398 B
Plaintext
Executable File
12 lines
398 B
Plaintext
Executable File
//--------------------------------------------------------------------------------
|
|
//
|
|
// BrowserHeaders.pch++
|
|
//
|
|
// Includes BrowserHeaders.pch.h, which generates or loads the precompiled header file
|
|
// Flags could be set here to control that compilation
|
|
//
|
|
//--------------------------------------------------------------------------------
|
|
|
|
#define wantDebugging 0
|
|
#include "BrowserHeaders.pch.h"
|