This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
reactos
Watch
1
Star
0
Fork
0
You've already forked reactos
mirror of
https://github.com/reactos/reactos.git
synced
2026-09-12 12:50:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
41b71cf8119cb83eeeab873f22fbce235d18ff4d
reactos
/
reactos
/
include
History
Johannes Anderwald
1f28d44b07
Add StringFromIID prototype
...
svn path=/trunk/; revision=43807
2009-10-28 11:19:25 +00:00
..
crt
- Replace RtlpGetExceptionAddress by the _ReturnAddress intrinsic and add it to ARM intrin.h as it was missing.
2009-10-23 22:51:39 +00:00
ddk
merge r43777 from amd64 branch
2009-10-27 23:28:17 +00:00
dxsdk
- Remove svn:needs-lock, svn:eol-type, and svn:eol-tyle properties.
2009-10-12 03:35:35 +00:00
GL
…
host
- Use MAXUINT, MAXULONG, MAXDWORD, MAXULONGLONG and MAXULONGLONG instead of ~0 or casting -1 to unsigned.
2009-09-27 20:07:43 +00:00
ndk
- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Protocol 6 uses the DBGKD_ANY_WAIT_STATE_CHANGE structure which is sized according to the largest control-report structure (AMD64_DBGKD_CONTROL_REPORT currently), and is larger than DBGKD_WAIT_STATE_CHANGE64 on x86. This worked because our DBGKD_WAIT_STATE_CHANGE32/64 structures contained incorrect DBGKD_CONTROL_REPORT (used) and CONTEXT (unused) members that sized up the wait-state structure to pass WinDbg's length verification! It actually becomes larger than DBGKD_ANY_WAIT_STATE_CHANGE, but WinDbg only seems bail out only if the structure is too small. Remove the incorrect members from the protocol 5 structures and change to DBGKD_ANY_WAIT_STATE_CHANGE everywhere.
2009-10-25 15:56:38 +00:00
psdk
Add StringFromIID prototype
2009-10-28 11:19:25 +00:00
reactos
- Move TI flages to main header file.
2009-10-27 19:02:02 +00:00
directory.rbuild
…