report: widen scope of #ifndef · nodejs/node@3f40031 · GitHub
Skip to content

Commit 3f40031

Browse files
cjihrigaddaleax
authored andcommitted
report: widen scope of #ifndef
This commit moves a #ifndef _WIN32 to contain the entire if statement that inspects file descriptors. Prior to this commit, the #ifndef was inside the if, making it essentially dead code on Windows. PR-URL: #25960 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 8494a61 commit 3f40031

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/node_report_utils.cc

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)