Note that this change is causing new compile warnings, which seems to be
unrelated to my change and rather shows problems in existing header files.
In file included from stdio/freopen.c:13:
.../include/winternl.h:1130:14: warning: ‘RtlUnwind’ redeclared without
dllimport attribute: previous dllimport ignored [-Wattributes]
VOID NTAPI RtlUnwind (PVOID TargetFrame,PVOID TargetIp,PEXCEPTION_RECORD
ExceptionRecord,PVOID ReturnValue);
^~~~~~~~~
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:49: warning: "STATUS_WAIT_0" redefined
#define STATUS_WAIT_0 ((NTSTATUS)0x00000000)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1422: note: this is the location of the previous definition
#define STATUS_WAIT_0 ((DWORD)0x00000000)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:55: warning: "STATUS_ABANDONED_WAIT_0" redefined
#define STATUS_ABANDONED_WAIT_0 ((NTSTATUS)0x00000080)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1423: note: this is the location of the previous definition
#define STATUS_ABANDONED_WAIT_0 ((DWORD)0x00000080)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:57: warning: "STATUS_USER_APC" redefined
#define STATUS_USER_APC ((NTSTATUS)0x000000C0)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1424: note: this is the location of the previous definition
#define STATUS_USER_APC ((DWORD)0x000000C0)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:59: warning: "STATUS_TIMEOUT" redefined
#define STATUS_TIMEOUT ((NTSTATUS)0x00000102)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1425: note: this is the location of the previous definition
#define STATUS_TIMEOUT ((DWORD)0x00000102)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:60: warning: "STATUS_PENDING" redefined
#define STATUS_PENDING ((NTSTATUS)0x00000103)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1426: note: this is the location of the previous definition
#define STATUS_PENDING ((DWORD)0x00000103)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:96: warning: "DBG_EXCEPTION_HANDLED" redefined
#define DBG_EXCEPTION_HANDLED ((NTSTATUS)0x00010001)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1427: note: this is the location of the previous definition
#define DBG_EXCEPTION_HANDLED ((DWORD)0x00010001)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:97: warning: "DBG_CONTINUE" redefined
#define DBG_CONTINUE ((NTSTATUS)0x00010002)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1428: note: this is the location of the previous definition
#define DBG_CONTINUE ((DWORD)0x00010002)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:105: warning: "STATUS_SEGMENT_NOTIFICATION" redefined
#define STATUS_SEGMENT_NOTIFICATION ((NTSTATUS)0x40000005)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1429: note: this is the location of the previous definition
#define STATUS_SEGMENT_NOTIFICATION ((DWORD)0x40000005)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:121: warning: "STATUS_FATAL_APP_EXIT" redefined
#define STATUS_FATAL_APP_EXIT ((NTSTATUS)0x40000015)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1430: note: this is the location of the previous definition
#define STATUS_FATAL_APP_EXIT ((DWORD)0x40000015)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:155: warning: "DBG_REPLY_LATER" redefined
#define DBG_REPLY_LATER ((NTSTATUS)0x40010001)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1431: note: this is the location of the previous definition
#define DBG_REPLY_LATER ((DWORD)0x40010001)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:157: warning: "DBG_TERMINATE_THREAD" redefined
#define DBG_TERMINATE_THREAD ((NTSTATUS)0x40010003)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1432: note: this is the location of the previous definition
#define DBG_TERMINATE_THREAD ((DWORD)0x40010003)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:158: warning: "DBG_TERMINATE_PROCESS" redefined
#define DBG_TERMINATE_PROCESS ((NTSTATUS)0x40010004)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1433: note: this is the location of the previous definition
#define DBG_TERMINATE_PROCESS ((DWORD)0x40010004)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:159: warning: "DBG_CONTROL_C" redefined
#define DBG_CONTROL_C ((NTSTATUS)0x40010005)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1434: note: this is the location of the previous definition
#define DBG_CONTROL_C ((DWORD)0x40010005)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:160: warning: "DBG_PRINTEXCEPTION_C" redefined
#define DBG_PRINTEXCEPTION_C ((NTSTATUS)0x40010006)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1435: note: this is the location of the previous definition
#define DBG_PRINTEXCEPTION_C ((DWORD)0x40010006)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:161: warning: "DBG_RIPEXCEPTION" redefined
#define DBG_RIPEXCEPTION ((NTSTATUS)0x40010007)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1436: note: this is the location of the previous definition
#define DBG_RIPEXCEPTION ((DWORD)0x40010007)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:162: warning: "DBG_CONTROL_BREAK" redefined
#define DBG_CONTROL_BREAK ((NTSTATUS)0x40010008)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1437: note: this is the location of the previous definition
#define DBG_CONTROL_BREAK ((DWORD)0x40010008)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:163: warning: "DBG_COMMAND_EXCEPTION" redefined
#define DBG_COMMAND_EXCEPTION ((NTSTATUS)0x40010009)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1438: note: this is the location of the previous definition
#define DBG_COMMAND_EXCEPTION ((DWORD)0x40010009)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:164: warning: "DBG_PRINTEXCEPTION_WIDE_C" redefined
#define DBG_PRINTEXCEPTION_WIDE_C ((NTSTATUS)0x4001000A)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1439: note: this is the location of the previous definition
#define DBG_PRINTEXCEPTION_WIDE_C ((DWORD)0x4001000A)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:186: warning: "STATUS_GUARD_PAGE_VIOLATION" redefined
#define STATUS_GUARD_PAGE_VIOLATION ((NTSTATUS)0x80000001)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1440: note: this is the location of the previous definition
#define STATUS_GUARD_PAGE_VIOLATION ((DWORD)0x80000001)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:187: warning: "STATUS_DATATYPE_MISALIGNMENT" redefined
#define STATUS_DATATYPE_MISALIGNMENT ((NTSTATUS)0x80000002)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1441: note: this is the location of the previous definition
#define STATUS_DATATYPE_MISALIGNMENT ((DWORD)0x80000002)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:188: warning: "STATUS_BREAKPOINT" redefined
#define STATUS_BREAKPOINT ((NTSTATUS)0x80000003)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1442: note: this is the location of the previous definition
#define STATUS_BREAKPOINT ((DWORD)0x80000003)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:189: warning: "STATUS_SINGLE_STEP" redefined
#define STATUS_SINGLE_STEP ((NTSTATUS)0x80000004)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1443: note: this is the location of the previous definition
#define STATUS_SINGLE_STEP ((DWORD)0x80000004)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:220: warning: "STATUS_LONGJUMP" redefined
#define STATUS_LONGJUMP ((NTSTATUS)0x80000026)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1444: note: this is the location of the previous definition
#define STATUS_LONGJUMP ((DWORD)0x80000026)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:223: warning: "STATUS_UNWIND_CONSOLIDATE" redefined
#define STATUS_UNWIND_CONSOLIDATE ((NTSTATUS)0x80000029)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1445: note: this is the location of the previous definition
#define STATUS_UNWIND_CONSOLIDATE ((DWORD)0x80000029)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:231: warning: "DBG_EXCEPTION_NOT_HANDLED" redefined
#define DBG_EXCEPTION_NOT_HANDLED ((NTSTATUS)0x80010001)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1446: note: this is the location of the previous definition
#define DBG_EXCEPTION_NOT_HANDLED ((DWORD)0x80010001)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:250: warning: "STATUS_ACCESS_VIOLATION" redefined
#define STATUS_ACCESS_VIOLATION ((NTSTATUS)0xC0000005)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1447: note: this is the location of the previous definition
#define STATUS_ACCESS_VIOLATION ((DWORD)0xC0000005)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:251: warning: "STATUS_IN_PAGE_ERROR" redefined
#define STATUS_IN_PAGE_ERROR ((NTSTATUS)0xC0000006)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1448: note: this is the location of the previous definition
#define STATUS_IN_PAGE_ERROR ((DWORD)0xC0000006)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:253: warning: "STATUS_INVALID_HANDLE" redefined
#define STATUS_INVALID_HANDLE ((NTSTATUS)0xC0000008)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1449: note: this is the location of the previous definition
#define STATUS_INVALID_HANDLE ((DWORD)0xC0000008)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:258: warning: "STATUS_INVALID_PARAMETER" redefined
#define STATUS_INVALID_PARAMETER ((NTSTATUS)0xC000000D)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1450: note: this is the location of the previous definition
#define STATUS_INVALID_PARAMETER ((DWORD)0xC000000D)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:268: warning: "STATUS_NO_MEMORY" redefined
#define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1451: note: this is the location of the previous definition
#define STATUS_NO_MEMORY ((DWORD)0xC0000017)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:274: warning: "STATUS_ILLEGAL_INSTRUCTION" redefined
#define STATUS_ILLEGAL_INSTRUCTION ((NTSTATUS)0xC000001D)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1452: note: this is the location of the previous definition
#define STATUS_ILLEGAL_INSTRUCTION ((DWORD)0xC000001D)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:282: warning: "STATUS_NONCONTINUABLE_EXCEPTION" redefined
#define STATUS_NONCONTINUABLE_EXCEPTION ((NTSTATUS)0xC0000025)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1453: note: this is the location of the previous definition
#define STATUS_NONCONTINUABLE_EXCEPTION ((DWORD)0xC0000025)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:283: warning: "STATUS_INVALID_DISPOSITION" redefined
#define STATUS_INVALID_DISPOSITION ((NTSTATUS)0xC0000026)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1454: note: this is the location of the previous definition
#define STATUS_INVALID_DISPOSITION ((DWORD)0xC0000026)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:384: warning: "STATUS_ARRAY_BOUNDS_EXCEEDED" redefined
#define STATUS_ARRAY_BOUNDS_EXCEEDED ((NTSTATUS)0xC000008C)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1455: note: this is the location of the previous definition
#define STATUS_ARRAY_BOUNDS_EXCEEDED ((DWORD)0xC000008C)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:385: warning: "STATUS_FLOAT_DENORMAL_OPERAND" redefined
#define STATUS_FLOAT_DENORMAL_OPERAND ((NTSTATUS)0xC000008D)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1456: note: this is the location of the previous definition
#define STATUS_FLOAT_DENORMAL_OPERAND ((DWORD)0xC000008D)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:386: warning: "STATUS_FLOAT_DIVIDE_BY_ZERO" redefined
#define STATUS_FLOAT_DIVIDE_BY_ZERO ((NTSTATUS)0xC000008E)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1457: note: this is the location of the previous definition
#define STATUS_FLOAT_DIVIDE_BY_ZERO ((DWORD)0xC000008E)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:387: warning: "STATUS_FLOAT_INEXACT_RESULT" redefined
#define STATUS_FLOAT_INEXACT_RESULT ((NTSTATUS)0xC000008F)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1458: note: this is the location of the previous definition
#define STATUS_FLOAT_INEXACT_RESULT ((DWORD)0xC000008F)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:388: warning: "STATUS_FLOAT_INVALID_OPERATION" redefined
#define STATUS_FLOAT_INVALID_OPERATION ((NTSTATUS)0xC0000090)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1459: note: this is the location of the previous definition
#define STATUS_FLOAT_INVALID_OPERATION ((DWORD)0xC0000090)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:389: warning: "STATUS_FLOAT_OVERFLOW" redefined
#define STATUS_FLOAT_OVERFLOW ((NTSTATUS)0xC0000091)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1460: note: this is the location of the previous definition
#define STATUS_FLOAT_OVERFLOW ((DWORD)0xC0000091)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:390: warning: "STATUS_FLOAT_STACK_CHECK" redefined
#define STATUS_FLOAT_STACK_CHECK ((NTSTATUS)0xC0000092)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1461: note: this is the location of the previous definition
#define STATUS_FLOAT_STACK_CHECK ((DWORD)0xC0000092)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:391: warning: "STATUS_FLOAT_UNDERFLOW" redefined
#define STATUS_FLOAT_UNDERFLOW ((NTSTATUS)0xC0000093)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1462: note: this is the location of the previous definition
#define STATUS_FLOAT_UNDERFLOW ((DWORD)0xC0000093)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:392: warning: "STATUS_INTEGER_DIVIDE_BY_ZERO" redefined
#define STATUS_INTEGER_DIVIDE_BY_ZERO ((NTSTATUS)0xC0000094)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1463: note: this is the location of the previous definition
#define STATUS_INTEGER_DIVIDE_BY_ZERO ((DWORD)0xC0000094)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:393: warning: "STATUS_INTEGER_OVERFLOW" redefined
#define STATUS_INTEGER_OVERFLOW ((NTSTATUS)0xC0000095)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1464: note: this is the location of the previous definition
#define STATUS_INTEGER_OVERFLOW ((DWORD)0xC0000095)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:394: warning: "STATUS_PRIVILEGED_INSTRUCTION" redefined
#define STATUS_PRIVILEGED_INSTRUCTION ((NTSTATUS)0xC0000096)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1465: note: this is the location of the previous definition
#define STATUS_PRIVILEGED_INSTRUCTION ((DWORD)0xC0000096)
In file included from stdio/freopen.c:14:
.../include/n the location of the previous definition
#define STATUS_DLL_NOT_FOUND ((DWORD)0xC0000135)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:547: warning: "STATUS_ORDINAL_NOT_FOUND" redefined
#define STATUS_ORDINAL_NOT_FOUND ((NTSTATUS)0xC0000138)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1468: note: this is the location of the previous definition
#define STATUS_ORDINAL_NOT_FOUND ((DWORD)0xC0000138)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:548: warning: "STATUS_ENTRYPOINT_NOT_FOUND" redefined
#define STATUS_ENTRYPOINT_NOT_FOUND ((NTSTATUS)0xC0000139)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1469: note: this is the location of the previous definition
#define STATUS_ENTRYPOINT_NOT_FOUND ((DWORD)0xC0000139)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:549: warning: "STATUS_CONTROL_C_EXIT" redefined
#define STATUS_CONTROL_C_EXIT ((NTSTATUS)0xC000013A)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1470: note: this is the location of the previous definition
#define STATUS_CONTROL_C_EXIT ((DWORD)0xC000013A)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:557: warning: "STATUS_DLL_INIT_FAILED" redefined
#define STATUS_DLL_INIT_FAILED ((NTSTATUS)0xC0000142)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1471: note: this is the location of the previous definition
#define STATUS_DLL_INIT_FAILED ((DWORD)0xC0000142)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:814: warning: "STATUS_FLOAT_MULTIPLE_FAULTS" redefined
#define STATUS_FLOAT_MULTIPLE_FAULTS ((NTSTATUS)0xC00002B4)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1473: note: this is the location of the previous definition
#define STATUS_FLOAT_MULTIPLE_FAULTS ((DWORD)0xC00002B4)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:815: warning: "STATUS_FLOAT_MULTIPLE_TRAPS" redefined
#define STATUS_FLOAT_MULTIPLE_TRAPS ((NTSTATUS)0xC00002B5)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1474: note: this is the location of the previous definition
#define STATUS_FLOAT_MULTIPLE_TRAPS ((DWORD)0xC00002B5)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:828: warning: "STATUS_REG_NAT_CONSUMPTION" redefined
#define STATUS_REG_NAT_CONSUMPTION ((NTSTATUS)0xC00002C9)
In file included from .../ie/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1478: note: this is the location of the previous definition
#define STATUS_INVALID_CRUNTIME_PARAMETER ((DWORD)0xC0000417)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:975: warning: "STATUS_ASSERTION_FAILURE" redefined
#define STATUS_ASSERTION_FAILURE ((NTSTATUS)0xC0000420)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1479: note: this is the location of the previous definition
#define STATUS_ASSERTION_FAILURE ((DWORD)0xC0000420)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:1036: warning: "STATUS_ALREADY_REGISTERED" redefined
#define STATUS_ALREADY_REGISTERED ((NTSTATUS)0xC0000718)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1483: note: this is the location of the previous definition
#define STATUS_ALREADY_REGISTERED ((DWORD)0xC0000718)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:1302: warning: "STATUS_SXS_EARLY_DEACTIVATION" redefined
#define STATUS_SXS_EARLY_DEACTIVATION ((NTSTATUS)0xC015000F)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1485: note: this is the location of the previous definition
#define STATUS_SXS_EARLY_DEACTIVATION ((DWORD)0xC015000F)
In file included from stdio/freopen.c:14:
.../include/ntstatus.h:1303: warning: "STATUS_SXS_INVALID_DEACTIVATION"
redefined
#define STATUS_SXS_INVALID_DEACTIVATION ((NTSTATUS)0xC0150010)
In file included from .../include/minwindef.h:163,
from .../include/windef.h:9,
from .../include/windows.h:69,
from ./include/internal.h:18,
from stdio/freopen.c:11:
.../include/winnt.h:1486: note: this is the location of the previous definition
#define STATUS_SXS_INVALID_DEACTIVATION ((DWORD)0xC0150010)
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public