Changeset 85121 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139061
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/capiidl.xsl
r82970 r85121 96 96 97 97 #ifdef _WIN32 98 # pragma warning(push) 99 # pragma warning(disable:4668 4255) /* -Wall and windows.h */ 100 # if _MSC_VER >= 1800 /*RT_MSC_VER_VC120*/ 101 # pragma warning(disable:4005) /* sdk/v7.1/include/sal_supp.h(57) : warning C4005: '__useHeader' : macro redefinition */ 98 # ifdef _MSC_VER 99 # pragma warning(push) 100 # pragma warning(disable:4668 4255) /* -Wall and windows.h */ 101 # if _MSC_VER >= 1800 /*RT_MSC_VER_VC120*/ 102 # pragma warning(disable:4005) /* sdk/v7.1/include/sal_supp.h(57) : warning C4005: '__useHeader' : macro redefinition */ 103 # endif 104 # ifdef __cplusplus 105 # if _MSC_VER >= 1900 /*RT_MSC_VER_VC140*/ 106 # pragma warning(disable:5039) /* winbase.h(13179): warning C5039: 'TpSetCallbackCleanupGroup': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception. */ 107 # endif 108 # endif 102 109 # endif 103 110 # undef COBJMACROS
Note:
See TracChangeset
for help on using the changeset viewer.