Changeset 22 in dev for ProjectEditor/History.cpp
- Timestamp:
- Dec 29, 2006, 1:55:55 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/History.cpp
r3 r22 106 106 107 107 //アイコンをセット 108 if(Is File(lpszPath[i])){108 if(IsExistFile(lpszPath[i])){ 109 109 SHFILEINFO shfi; 110 110 SHGetFileInfo( lpszPath[i], FILE_ATTRIBUTE_ARCHIVE, &shfi, sizeof(SHFILEINFO), SHGFI_ICON | SHGFI_SMALLICON );
Note:
See TracChangeset
for help on using the changeset viewer.