Changeset 85121 in vbox for trunk/include/iprt/win/shlobj.h
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/win/shlobj.h
r84406 r85121 39 39 # if _MSC_VER >= 1900 /*RT_MSC_VER_VC140*/ 40 40 # pragma warning(disable:4091) /* sdk/v7.1/include/shlobj.h(1151): warning C4091: 'typedef ': ignored on left of 'tagGPFIDL_FLAGS' when no variable is declared */ 41 # ifdef __cplusplus 42 # pragma warning(disable:5039) /* commctrl.h(8323): warning C5039: 'DSA_DestroyCallback': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception. */ 43 # endif 41 44 # endif 42 45 # if _MSC_VER >= 1910 /*RT_MSC_VER_VC141*/
Note:
See TracChangeset
for help on using the changeset viewer.