VirtualBox

Changeset 30030 in vbox for trunk


Ignore:
Timestamp:
Jun 4, 2010 11:47:58 AM (15 years ago)
Author:
vboxsync
Message:

Include ntoskrnl.exe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp

    r30013 r30030  
    402402            char *pszDot = strrchr(pSystemModules->Modules[i].FullPathName, '.');
    403403            if (    pszDot
    404                 &&  (pszDot[1] == 'e' || pszDot[1] == 'E'))
     404                &&  (pszDot[1] == 'e' || pszDot[1] == 'E')
     405                &&  strcmp(&pSystemModules->Modules[i].FullPathName[pSystemModules->Modules[i].OffsetToFileName], "ntoskrnl.exe"))
    405406                continue;   /* ignore executables for now. */
    406407
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