mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +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"
|