12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
//--------------------------------------------------------------------------------
|
|
//
|
|
// BrowserHeadersDebug.pch++
|
|
//
|
|
// Includes BrowserHeaders.pch.h, which generates or loads the precompiled header file
|
|
// Flags could be set here to control that compilation
|
|
//
|
|
//--------------------------------------------------------------------------------
|
|
|
|
#define wantDebugging 1
|
|
#include "BrowserHeaders.pch.h"
|