mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 17:41:23 +00:00
[CDFS] Fix a macro-copy-paste and shrink the binary size CORE-17405
This commit is contained in:
parent
b0d136ffcf
commit
889eab78ca
1 changed files with 1 additions and 2 deletions
|
@ -173,7 +173,7 @@ extern CDFS_TELEMETRY_DATA_CONTEXT CdTelemetryData;
|
||||||
|
|
||||||
#if DBG
|
#if DBG
|
||||||
#undef CD_SANITY
|
#undef CD_SANITY
|
||||||
#define CD_SANITY
|
//#define CD_SANITY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CD_SANITY
|
#ifdef CD_SANITY
|
||||||
|
@ -241,7 +241,6 @@ extern CDFS_TELEMETRY_DATA_CONTEXT CdTelemetryData;
|
||||||
#define ASSERT_VCB(V) { NOTHING; }
|
#define ASSERT_VCB(V) { NOTHING; }
|
||||||
#define ASSERT_OPTIONAL_VCB(V) { NOTHING; }
|
#define ASSERT_OPTIONAL_VCB(V) { NOTHING; }
|
||||||
#define ASSERT_FCB(F) { NOTHING; }
|
#define ASSERT_FCB(F) { NOTHING; }
|
||||||
#define ASSERT_OPTIONAL_FCB(F) { NOTHING; }
|
|
||||||
#define ASSERT_FCB_NONPAGED(FN) { NOTHING; }
|
#define ASSERT_FCB_NONPAGED(FN) { NOTHING; }
|
||||||
#define ASSERT_OPTIONAL_FCB(FN) { NOTHING; }
|
#define ASSERT_OPTIONAL_FCB(FN) { NOTHING; }
|
||||||
#define ASSERT_CCB(C) { NOTHING; }
|
#define ASSERT_CCB(C) { NOTHING; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue