- Timestamp:
- Jun 4, 2010 11:47:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r30013 r30030 402 402 char *pszDot = strrchr(pSystemModules->Modules[i].FullPathName, '.'); 403 403 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")) 405 406 continue; /* ignore executables for now. */ 406 407
Note:
See TracChangeset
for help on using the changeset viewer.