Changeset 83737 in vbox for trunk/include/iprt/win
- Timestamp:
- Apr 17, 2020 8:49:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/win/shlobj.h
r82968 r83737 38 38 # pragma warning(disable:4255) /* windef.h(227) : warning C4255: 'NEARPROC' : no function prototype given: converting '()' to '(void)' */ 39 39 #endif 40 #if _MSC_VER >= 1910 /*RT_MSC_VER_VC141*/ 41 # pragma warning(disable:4768) /* sdk/v7.1/include/shlobj.h(1065): warning C4768: __declspec attributes before linkage specification are ignored */ 42 # 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 */ 43 #endif 40 44 41 45 #include <shlobj.h>
Note:
See TracChangeset
for help on using the changeset viewer.