Menu

#614 Buggy Win32 API headers

v1.0 (example)
closed-fixed
nobody
None
5
2017-05-17
2017-05-17
awson
No

Both ntstatus.h and winnt.h contain buggy
#define DBG_PRINTEXCEPTION_WIDE_C ((DWORD)(0x4001000A)

Should obviously be
#define DBG_PRINTEXCEPTION_WIDE_C ((DWORD)0x4001000A)

Discussion

  • awson

    awson - 2017-05-17

    Well, ntstatus.h casts the constant to NTSTATUS, but in the same buggy way.

     
  • Ozkan Sezer

    Ozkan Sezer - 2017-05-17
    • status: open --> closed-fixed
     
  • Ozkan Sezer

    Ozkan Sezer - 2017-05-17

    Fixed by commit 749e811

     

Log in to post a comment.

MongoDB Logo MongoDB