mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 21:29:18 +08:00
36380 (tkreuzer) [SCSIPORT] Implement some functions that are forwarded to HAL on x86 build, but not on x64. Modify spec file (use preprocessor macro). 36397 (tkreuzer) [SCSIPORT] rename .spec to .pspec 36949 (sginsberg) - Fix NTFS FSD compilation 36951 (sginsgerb) [NE2000] - Fix ne2000 compilation (treat pointer size as ULONG_PTR, correct function prototypes) 36958 (sginsberg) [ISAPNP] - Fix isapnp compilation for 64-bit 36961 (sginsberg) [SERIAL] - Make serial build for 64 bit -- explicitly cast first parameter to InterlockedCompareExchangePointer to PVOID 36964 (sginsberg) - Fix DXG 64-bit compilation 36972 (sserapion) [VGA] - When doing pointer arithmetic, ULONG_PTR is your friend 37234 (tkreuzer) [SCSIPORT] Fix scsiport, by using pspec again. 40927 (tkreuzer) [BMFD] HGLYPH is an ULONG. Use offset to glyph entry as HGLYPH instead of the pointer to fix 64bit build. 41070 (tkreuzer) [TCPIP] fix a pointer to ULONG cast 41500 (tkreuzer) [NDIS] Pass ULONG* to MiniQueryInformation for the number of written bytes instead of ULONG_PTR* 41502 (tkreuzer) [WDMAUD] Make DeviceIndex a ULONG_PTR 44339 (sserapion) [NDIS] Fix ndis build. svn path=/trunk/; revision=46424
======================== ReactOS Version 0.3.x Updated Dec 16, 2006 ======================== 1. What is ReactOS? ReactOS is an Open Source effort to develop a quality operating system that is compatible with Windows NT applications and drivers. The ReactOS project, although currently focused on Windows XP/2003 drivers compatibility, is always keeping an eye toward compatibility with older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new Windows NT releases (Vista, etc). Applications (Win32 API) compatibility focus is Windows XP. More information is available at http://www.reactos.org/. 2. Building ReactOS See the INSTALL file for more details. 3. More information See the media\doc subdirectory for some sparse notes. 4. Who is responsible See the CREDITS file.