Changeset 2301
- Timestamp:
- 03/09/10 09:58:05 (5 months ago)
- Location:
- FalconView/trunk/public/Applications/RegisterTypeLibrary/RegisterTypeLibrary
- Files:
-
- 2 modified
-
RegisterTypeLibrary.cpp (modified) (1 diff)
-
RegisterTypeLibrary.vcproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FalconView/trunk/public/Applications/RegisterTypeLibrary/RegisterTypeLibrary/RegisterTypeLibrary.cpp
r2298 r2301 14 14 { 15 15 hr = ::RegisterTypeLib(spTypeLib, _bstr_t(argv[1]), NULL); 16 if (hr<0) 17 { 18 } 19 else 16 if (hr>=0) 20 17 return 0; 21 }22 else23 {24 18 } 25 19 -
FalconView/trunk/public/Applications/RegisterTypeLibrary/RegisterTypeLibrary/RegisterTypeLibrary.vcproj
r2298 r2301 218 218 > 219 219 </Filter> 220 <File221 RelativePath=".\ReadMe.txt"222 >223 </File>224 220 </Files> 225 221 <Globals>
