VirtualBox

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


Ignore:
Timestamp:
Feb 22, 2016 12:14:45 PM (9 years ago)
Author:
vboxsync
Message:

IPRT: s/TARGET_NT4/IPRT_TARGET_NT4/

File:
1 edited

Legend:

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

    r59594 r59770  
    3838#include <errno.h>
    3939#include <Strsafe.h>
    40 #ifndef TARGET_NT4
     40#ifndef IPRT_TARGET_NT4
    4141# include <LsaLookup.h>
    4242#endif
    4343#include <Lmcons.h>
    4444
    45 #ifndef TARGET_NT4
     45#ifndef IPRT_TARGET_NT4
    4646# define _NTDEF_ /* Prevents redefining (P)UNICODE_STRING. */
    4747# include <Ntsecapi.h>
     
    14341434                dwErr = GetLastError();
    14351435
    1436 #ifndef TARGET_NT4
     1436#ifndef IPRT_TARGET_NT4
    14371437                /*
    14381438                 * The errors ERROR_TRUSTED_DOMAIN_FAILURE and ERROR_TRUSTED_RELATIONSHIP_FAILURE
     
    15281528                }
    15291529                else
    1530 #endif /* !TARGET_NT4 */
     1530#endif /* !IPRT_TARGET_NT4 */
    15311531                if (dwErr == ERROR_INSUFFICIENT_BUFFER)
    15321532                {
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