Changeset 83767 in vbox for trunk/include/iprt/win
- Timestamp:
- Apr 17, 2020 3:59:51 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/win/dbghelp.h
r83738 r83767 1 1 /** @file 2 * Safe way to include dbghelp.h.2 * Safe way to include Dbghelp.h. 3 3 */ 4 4 … … 32 32 #ifdef _MSC_VER 33 33 /* 34 * Unfortunately, the Windows.h file in SDK 7.1 is not clean wrt warning C 2220with VCC141:34 * Unfortunately, the Windows.h file in SDK 7.1 is not clean wrt warning C4091 with VCC141: 35 35 * Dbghelp.h(1540): warning C4091: 'typedef ': ignored on left of '<unnamed-enum-hdBase>' when no variable is declared 36 36 * Dbghelp.h(3056): warning C4091: 'typedef ': ignored on left of '<unnamed-enum-sfImage>' when no variable is declared
Note:
See TracChangeset
for help on using the changeset viewer.