Changeset 171
- Timestamp:
- Feb 28, 2013, 2:56:53 AM (10 years ago)
- Location:
- trunk/DirectShowSpy
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectShowSpy/Configuration.h
r155 r171 625 625 Information.cbSize = sizeof Information; 626 626 Information.fMask = SEE_MASK_NOCLOSEPROCESS; 627 if(bAsAdministrator )627 if(bAsAdministrator && GetOsVersion() >= 0x00060000) // Windows Vista or Windows Server 2008 628 628 Information.lpVerb = _T("runas"); 629 629 Information.lpFile = _T("regsvr32.exe"); -
trunk/DirectShowSpy/DirectShowSpy.rc
r155 r171 62 62 63 63 VS_VERSION_INFO VERSIONINFO 64 FILEVERSION 1, 0, 0, 8 2964 FILEVERSION 1, 0, 0, 831 65 65 PRODUCTVERSION 1,0,0,1 66 66 FILEFLAGSMASK 0x3fL … … 81 81 VALUE "CompanyName", "Roman Ryltsov" 82 82 VALUE "FileDescription", "Alax.Info DirectShow Spy Module" 83 VALUE "FileVersion", "1, 0, 0, 8 29\0"83 VALUE "FileVersion", "1, 0, 0, 831\0" 84 84 VALUE "InternalName", "DirectShowSpy.dll" 85 85 VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2011" -
trunk/DirectShowSpy/DirectShowSpy_i.c
r155 r171 7 7 8 8 /* File created by MIDL compiler version 7.00.0500 */ 9 /* at Thu Dec 27 20:32:54 20129 /* at Thu Feb 28 12:49:34 2013 10 10 */ 11 11 /* Compiler settings for .\DirectShowSpy.idl: -
trunk/DirectShowSpy/DirectShowSpy_i.h
r155 r171 5 5 6 6 /* File created by MIDL compiler version 7.00.0500 */ 7 /* at Thu Dec 27 20:32:54 20127 /* at Thu Feb 28 12:49:34 2013 8 8 */ 9 9 /* Compiler settings for .\DirectShowSpy.idl: -
trunk/DirectShowSpy/DirectShowSpy_p.c
r155 r171 5 5 6 6 /* File created by MIDL compiler version 7.00.0500 */ 7 /* at Thu Dec 27 20:32:54 20127 /* at Thu Feb 28 12:49:34 2013 8 8 */ 9 9 /* Compiler settings for .\DirectShowSpy.idl:
Note: See TracChangeset
for help on using the changeset viewer.