VirtualBox

Changeset 106573 in vbox for trunk/src/VBox/Runtime/r3/nt


Ignore:
Timestamp:
Oct 21, 2024 7:02:18 PM (3 months ago)
Author:
vboxsync
Message:

IPRT/RTFileDelete-r3-nt.cpp: This is not ANSI-C. bugref:10776 bugref:10632

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/nt/RTFileDelete-r3-nt.cpp

    r106572 r106573  
    171171        if (NT_SUCCESS(rcNt))
    172172        {
    173             NTSTATUS rcNt2;
    174 
    175173            /*
    176174             * Recheck that this is a file and not a directory or a reparse point we
     
    204202                rc = RTErrConvertFromNtStatus(rcNt);
    205203
    206             rcNt2 = NtClose(hPath);
     204            NTSTATUS const rcNt2 = NtClose(hPath);
    207205            if (NT_SUCCESS(rcNt))
    208206                rcNt = rcNt2;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette