mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[0.4.13][CDFS] Fix a macro-copy-paste and shrink the binary size CORE-17405
picked from 0.4.15-dev-1456-g 889eab7
This commit is contained in:
parent
91d3cb50b1
commit
f2f927d285
1 changed files with 1 additions and 2 deletions
|
@ -173,7 +173,7 @@ extern CDFS_TELEMETRY_DATA_CONTEXT CdTelemetryData;
|
|||
|
||||
#if DBG
|
||||
#undef CD_SANITY
|
||||
#define CD_SANITY
|
||||
//#define CD_SANITY
|
||||
#endif
|
||||
|
||||
#ifdef CD_SANITY
|
||||
|
@ -241,7 +241,6 @@ extern CDFS_TELEMETRY_DATA_CONTEXT CdTelemetryData;
|
|||
#define ASSERT_VCB(V) { NOTHING; }
|
||||
#define ASSERT_OPTIONAL_VCB(V) { NOTHING; }
|
||||
#define ASSERT_FCB(F) { NOTHING; }
|
||||
#define ASSERT_OPTIONAL_FCB(F) { NOTHING; }
|
||||
#define ASSERT_FCB_NONPAGED(FN) { NOTHING; }
|
||||
#define ASSERT_OPTIONAL_FCB(FN) { NOTHING; }
|
||||
#define ASSERT_CCB(C) { NOTHING; }
|
||||
|
|
Loading…
Reference in a new issue