mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
14 lines
427 B
Plaintext
14 lines
427 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
|
|
#define wantProfiles 1
|
|
|
|
#include "BrowserHeaders.pch.h"
|