Changeset 7065334 in nscp for service/NSCPlugin.h
- Timestamp:
- 08/22/10 15:21:34 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 5e12ba6
- Parents:
- c146f89
- File:
-
- 1 edited
-
service/NSCPlugin.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
service/NSCPlugin.h
r497b779 r7065334 171 171 file = file.substr(0, pos); 172 172 } 173 pos = file.find_last_of(_T("/\\")); 174 if (pos != std::wstring::npos) { 175 file = file.substr(pos); 176 } 177 #ifndef WIN32 178 if (file.substr(0,3) == _T("lib")) 179 file = file.substr(3); 180 #endif 173 181 return file; 174 182 }
Note: See TracChangeset
for help on using the changeset viewer.








