mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +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) { \
|
||||
__pragma(warning(push)) \
|
||||
__pragma(warning(disable:4210)) \
|
||||
|
|
Loading…
Reference in a new issue