VirtualBox

Changeset 49030 in vbox


Ignore:
Timestamp:
Oct 10, 2013 1:38:32 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89797
Message:

Runtime/r3/win/process-win: typo

File:
1 edited

Legend:

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

    r48935 r49030  
    967967    PFNCREATEPROCESSWITHLOGON pfnCreateProcessWithLogonW;
    968968    pfnCreateProcessWithLogonW = (PFNCREATEPROCESSWITHLOGON)RTLdrGetSystemSymbol("Advapi32.dll", "CreateProcessWithLogonW");
    969     if (pfnCreateProcessWithLogonW)
     969    if (!pfnCreateProcessWithLogonW)
    970970        return VERR_SYMBOL_NOT_FOUND;
    971971
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