mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
[FASTFAT_NEW] fatdata.h: Properly mark ReactOS own code
Addendum to 3013e15.
This commit is contained in:
committed by
Victor Perevertkin
parent
dd6eb40381
commit
f26fa55891
@@ -234,7 +234,7 @@ extern LONG FatDebugTraceIndent;
|
||||
} \
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if !defined(__REACTOS__) || defined(_MSC_VER)
|
||||
#define DebugDump(STR,LEVEL,PTR) { \
|
||||
__pragma(warning(push)) \
|
||||
__pragma(warning(disable:4210)) \
|
||||
|
||||
Reference in New Issue
Block a user