You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
212 B
8 lines
212 B
2 months ago
|
#pragma once
|
||
|
|
||
|
#define RCCPPUSER_USE_PRECOMPILED_HEADER 0
|
||
|
#define RCCPPUSER_USE_EXCEPTIONS 1
|
||
|
#define RCCPPUSER_USE_RTTI 1
|
||
|
#define RCCPPUSER_USE_DEBUG_NEW 0
|
||
|
#define RCCPPUSER_USE_VLD 0
|
||
|
#define RCCPPUSER_USE_IMGUI 0
|