Changeset 37809 in vbox
- Timestamp:
- Jul 7, 2011 8:15:02 AM (13 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
-
Debugger/DBGPlugInWinNt.cpp (modified) (1 diff)
-
Main/src-client/ConsoleVRDPServer.cpp (modified) (1 diff)
-
Runtime/testcase/tstRTAssertCompile.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp
r35346 r37809 306 306 /* Dig out the NT/PE headers. */ 307 307 IMAGE_DOS_HEADER const *pMzHdr = (IMAGE_DOS_HEADER const *)pbBuf; 308 typedef union NTHDRS 308 typedef union NTHDRSU 309 309 { 310 310 IMAGE_NT_HEADERS64 vX_32; -
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r37282 r37809 2138 2138 if (RT_SUCCESS(rc)) 2139 2139 { 2140 typedef struct AuthEntryInfo 2140 typedef struct AuthEntryInfoStruct 2141 2141 { 2142 2142 const char *pszName; -
trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp
r30250 r37809 61 61 AssertCompileSizeAlignment(u64, 8); 62 62 63 typedef struct STRUCT1 63 typedef struct STRUCT12S 64 64 { 65 65 uint8_t u8; … … 113 113 #endif 114 114 115 typedef union UNION1 115 typedef union UNION1U 116 116 { 117 117 STRUCT1 s1;
Note:
See TracChangeset
for help on using the changeset viewer.

