VirtualBox

Changeset 70172 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Dec 15, 2017 10:15:28 PM (7 years ago)
Author:
vboxsync
Message:

r3/win/process-win.cpp: Drop the IPRT_TARGET_NT4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r69111 r70172  
    3838#include <errno.h>
    3939#include <Strsafe.h>
    40 #ifndef IPRT_TARGET_NT4
    41 # include <LsaLookup.h>
    42 #endif
     40#include <LsaLookup.h>
    4341#include <Lmcons.h>
    4442
    45 #ifndef IPRT_TARGET_NT4
    46 # define _NTDEF_ /* Prevents redefining (P)UNICODE_STRING. */
    47 # include <Ntsecapi.h>
    48 #endif
     43#define _NTDEF_ /* Prevents redefining (P)UNICODE_STRING. */
     44#include <Ntsecapi.h>
    4945
    5046#include <iprt/process.h>
     
    14481444                dwErr = GetLastError();
    14491445
    1450 #ifndef IPRT_TARGET_NT4
    14511446                /*
    14521447                 * The errors ERROR_TRUSTED_DOMAIN_FAILURE and ERROR_TRUSTED_RELATIONSHIP_FAILURE
     
    15431538                    /* Note: pSid will be free'd down below. */
    15441539                }
    1545                 else
    1546 #endif /* !IPRT_TARGET_NT4 */
    1547                 if (dwErr == ERROR_INSUFFICIENT_BUFFER)
     1540                else if (dwErr == ERROR_INSUFFICIENT_BUFFER)
    15481541                {
    15491542                    /* Allocate memory for the LookupAccountNameW output buffers and do it for real. */
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