Changeset 97 for trunk/DirectShowSpy/DirectShowSpy_p.c
- Timestamp:
- Aug 20, 2012, 7:56:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectShowSpy/DirectShowSpy_p.c
r95 r97 5 5 6 6 /* File created by MIDL compiler version 7.00.0500 */ 7 /* at Fri Aug 17 20:06:13 20127 /* at Mon Aug 20 17:35:23 2012 8 8 */ 9 9 /* Compiler settings for .\DirectShowSpy.idl: 10 Oicf, W1, Zp8, env=Win 32(32b run)10 Oicf, W1, Zp8, env=Win64 (32b run) 11 11 protocol : dce , ms_ext, c_ext, robust 12 error checks: stub_data12 error checks: allocation ref bounds_check enum stub_data 13 13 VC __declspec() decoration level: 14 14 __declspec(uuid()), __declspec(selectany), __declspec(novtable) … … 17 17 //@@MIDL_FILE_HEADING( ) 18 18 19 #if !defined(_M_IA64) && !defined(_M_AMD64)19 #if defined(_M_AMD64) 20 20 21 21 … … 29 29 #pragma warning( disable: 4024 ) /* array to pointer mapping*/ 30 30 #pragma warning( disable: 4152 ) /* function/data pointer conversion in expression */ 31 #pragma warning( disable: 4100 ) /* unreferenced arguments in x86 call */32 33 #pragma optimize("", off )34 31 35 32 #define USE_STUBLESS_PROXY … … 99 96 100 97 101 #if !defined(__RPC_WIN 32__)98 #if !defined(__RPC_WIN64__) 102 99 #error Invalid build platform for this stub. 103 100 #endif 104 105 #if !(TARGET_IS_NT50_OR_LATER)106 #error You need a Windows 2000 or later to run this stub because it uses these features:107 #error /robust command line switch.108 #error However, your C/C++ compilation flags indicate you intend to run this app on earlier systems.109 #error This app will fail with the RPC_X_WRONG_STUB_VERSION error.110 #endif111 112 101 113 102 static const DirectShowSpy_MIDL_PROC_FORMAT_STRING DirectShowSpy__MIDL_ProcFormatString = … … 281 270 0, 282 271 DirectShowSpy__MIDL_TypeFormatString.Format, 283 0, /* -error bounds_check flag */272 1, /* -error bounds_check flag */ 284 273 0x50002, /* Ndr library version */ 285 274 0, … … 348 337 0 /* Filler3 */ 349 338 }; 350 #pragma optimize("", on )351 339 #if _MSC_VER >= 1200 352 340 #pragma warning(pop) … … 354 342 355 343 356 #endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/357 344 #endif /* defined(_M_AMD64)*/ 345
Note: See TracChangeset
for help on using the changeset viewer.