www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 23742] New: Functions in core.sys.windows.imagehlp should be

https://issues.dlang.org/show_bug.cgi?id=23742

          Issue ID: 23742
           Summary: Functions in core.sys.windows.imagehlp should be
                    marked  nogc nothrow
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: jack jackstouffer.com

The functions in core.sys.windows.imagehlp are Win32 functions and do not
allocate gc memory or throw exceptions.

--
Feb 25 2023