mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:52:57 +00:00
[FASTFAT_NEW] fatdata.h: Properly mark ReactOS own code
Addendum to 3013e15
.
This commit is contained in:
parent
dd6eb40381
commit
f26fa55891
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ extern LONG FatDebugTraceIndent;
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if !defined(__REACTOS__) || defined(_MSC_VER)
|
||||||
#define DebugDump(STR,LEVEL,PTR) { \
|
#define DebugDump(STR,LEVEL,PTR) { \
|
||||||
__pragma(warning(push)) \
|
__pragma(warning(push)) \
|
||||||
__pragma(warning(disable:4210)) \
|
__pragma(warning(disable:4210)) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue