Changeset 62592 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jul 27, 2016 1:24:48 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109161
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/oiddb2c.cpp
r59761 r62592 393 393 * see the description attribute. 394 394 */ 395 unsigned cOidComponents ;395 unsigned cOidComponents = 0; 396 396 uint32_t auOidComponents[16]; 397 397 unsigned iLineNo = 0; -
trunk/src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp
r62584 r62592 43 43 #include "internal/dbgmod.h" 44 44 45 #include < Windows.h>45 #include <iprt/win/windows.h> 46 46 #include <Dbghelp.h> 47 47 #include <iprt/win/lazy-dbghelp.h> … … 117 117 { 118 118 RTDBGMOD hCnt = (RTDBGMOD)pMod->pvDbgPriv; 119 Assert(!pszSymbol[cchSymbol]); 119 Assert(!pszSymbol[cchSymbol]); RT_NOREF_PV(cchSymbol); 120 120 return RTDbgModSymbolByName(hCnt, pszSymbol/*, cchSymbol*/, pSymInfo); 121 121 } -
trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp
r62584 r62592 44 44 45 45 #if defined(RT_OS_WINDOWS) 46 # include < Windows.h>46 # include <iprt/win/windows.h> 47 47 # include "../../r3/win/internal-r3-win.h" 48 48
Note:
See TracChangeset
for help on using the changeset viewer.