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