reactos/reactos/ntoskrnl
KJK::Hyperion feee728349 modified base/shell/explorer/explorer.rbuild
The TDM build of gcc 4.3.2 is affected by PR 27067 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27067), apparently due to a missing MinGW-only patch - work around it in the linker

modified   dll/directx/ddraw/d3d/DirectD3D_main.c
modified   dll/directx/ddraw/Ddraw/ddraw_displaymode.c
modified   dll/directx/ddraw/Ddraw/ddraw_main.c
modified   dll/directx/ddraw/Ddraw/ddraw_setcooperativelevel.c
modified   dll/directx/ddraw/Ddraw/GetCaps.c
modified   dll/directx/ddraw/Ddraw/GetDeviceIdentifier.c
modified   dll/directx/ddraw/main.c
modified   dll/directx/ddraw/Surface/createsurface.c
   <pseh/pseh.h> already included in rosdraw.h

modified   dll/win32/advapi32/misc/trace.c
   Silence a warning reported by gcc 4.3.2 (possibly incorrectly, but it's just a stub anyway)

modified   ntoskrnl/include/internal/ntoskrnl.h
added      ntoskrnl/include/internal/probe.h
replaced   ntoskrnl/include/ntoskrnl.h
added      ntoskrnl/include/precomp.h
modified   ntoskrnl/ntoskrnl-generic.rbuild
added      subsystems/win32/win32k/pch.h
replaced   subsystems/win32/win32k/w32k.h
modified   subsystems/win32/win32k/win32k.rbuild
   gcc 4.3.2-tdm-1 doesn't like PSEH in precompiled headers. Shuffle things around a bit to remove PSEH from precompiled headers

svn path=/trunk/; revision=37757
2008-11-30 05:49:18 +00:00
..
cc - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
config Everything 2008-11-24 13:40:26 +00:00
dbgk - Fix some coverity errors. 2008-11-26 18:56:41 +00:00
ex - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
fsrtl - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
fstub Replace some ExFreePool by ExFreePoolWithTag 2008-08-31 15:29:21 +00:00
inbv We now generate the correct ARM syscall stub code for system calls with IDs > 0x100. 2008-02-07 07:10:13 +00:00
include modified base/shell/explorer/explorer.rbuild 2008-11-30 05:49:18 +00:00
io - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
kd - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
kd64 - Export KeI386MachineType and KeInitializeThreadedDpc 2008-08-04 15:48:46 +00:00
kdbg - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
ke - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
lpc - Fix some coverity errors. 2008-11-26 18:56:41 +00:00
mm - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
ob - Fix release build 2008-11-26 19:24:10 +00:00
po - Stub out IoTranslateBusAddress, PoCancelDeviceNotify, PoRegisterDeviceNotify, PoRequestShutdownEvent, PoSetHiberRange and PoShutdownBugCheck 2008-11-02 16:33:43 +00:00
ps - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
rtl - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
se - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
tests - STDCALL -> NTAPI 2008-11-29 20:47:48 +00:00
vdm Everything 2008-11-24 13:40:26 +00:00
wmi - Add WmiQueryTraceInformation, WmiTraceMessage and WmiTraceMessageVa stubs and exports 2008-09-25 14:25:22 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
KrnlFun.c - Small update to the plan (remove what's done already for sure) 2007-09-24 12:11:14 +00:00
ntkrnlmp.rbuild make rbuild files XML compliant by adding the XInclude namespace , no code change 2008-04-28 13:44:11 +00:00
ntoskrnl-generic.rbuild modified base/shell/explorer/explorer.rbuild 2008-11-30 05:49:18 +00:00
ntoskrnl.pspec modified lib/sdk/crt/conio/cprintf.c 2008-11-05 01:14:54 +00:00
ntoskrnl.rbuild make rbuild files XML compliant by adding the XInclude namespace , no code change 2008-04-28 13:44:11 +00:00
ntoskrnl.rc - Create ntverp.h and common.ver files. These are the standard files used by the NT/DDK build systems and we should try to support them as well instead of re-defining everything our own way (especially if we want to build ddk-compatible drivers later on). 2007-02-19 22:28:50 +00:00
ntoskrnl_arm.lnk We now have the correct intrinsics for ARM. 2008-02-08 07:51:01 +00:00
ntoskrnl_i386.lnk All remaining changes from the PPC branch. Not well tested yet. Many things 2007-10-06 07:53:20 +00:00
ntoskrnl_powerpc.lnk Fix memory map to kernel mode. 2007-10-28 12:31:10 +00:00
sysfuncs.lst Be compatible with MS Windows 2003 SP1 syscall list 2008-01-05 17:29:44 +00:00