Changeset 19990 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- May 25, 2009 10:40:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp
r19983 r19990 132 132 /* WindowsVista.6002.090410-1830.x86fre.Symbols.exe 133 133 WindowsVista.6002.090410-1830.x86chk.Symbols.exe 134 WindowsVista.6002.090130-1715.x86fre.Symbols.exe */ 134 WindowsVista.6002.090130-1715.x86fre.Symbols.exe 135 WindowsVista.6002.090130-1715.x86chk.Symbols.exe */ 135 136 else if ( BuildNumber == 6002 136 137 && !memcmp(&pbPrcb[0x1c2c], &u.szVendor[0], 4*3)) … … 162 163 g_offrtNtPbDpcQueueDepth = 0x3300 + 0x18; 163 164 } 164 /* WindowsVista.6002.090410-1830.amd64fre.Symbols */ 165 /* WindowsVista.6002.090410-1830.amd64fre.Symbols 166 WindowsVista.6002.090130-1715.amd64fre.Symbols 167 WindowsVista.6002.090410-1830.amd64chk.Symbols */ 165 168 else if ( BuildNumber == 6002 166 169 && !memcmp(&pbPrcb[0x399c], &u.szVendor[0], 4*3))
Note:
See TracChangeset
for help on using the changeset viewer.