reactos/reactos/dll/win32/psapi
Colin Finck 75538f4c0a The big RosBE 1.5 compatibility patch. You will need RosBE 1.5 from this point!
- Set the minimum GCC version to 4.4.0 and minimum Binutils version to 20091016.
- Remove the -fno-unit-at-a-time hacks.
- Remove dgorbachev's temporary hacks for user-mode C++ applications.
- Merge ntoskrnl's "precomp.h" and "ntoskrnl.h" again, the PCH issues have been fixed.
- Use our "ofmt_stub.a" to be compatible with newer MinGW Runtime versions.
- Use LD's new -exclude-all-symbols option to not auto-export all symbols in case no DEF file or __declspec(dllexport) was specified.
  We used to patch our LD version to work around this problem.
- Use LD's --start-group and --end-group parameters to allow a more flexible linking order.
- Use GCC's -fno-set-stack-executable for amd64 and i386 targets to disable adding the __enable_execute_stack code.
- Change the makefile's name to "makefile-$(ARCH).auto" for all architectures.
- Remove some -Wno-error flags.

See issue #4810 for more details.

svn path=/trunk/; revision=45535
2010-02-09 18:14:58 +00:00
..
internal.h reshuffling of dlls 2006-02-17 00:52:06 +00:00
malloc.c - Go away STDCALL, time has come for WINAPI and NTAPI 2008-11-30 11:42:05 +00:00
precomp.h modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
psapi.c Merge from amd64 branch: 2009-12-15 15:16:01 +00:00
psapi.rbuild The big RosBE 1.5 compatibility patch. You will need RosBE 1.5 from this point! 2010-02-09 18:14:58 +00:00
psapi.rc reshuffling of dlls 2006-02-17 00:52:06 +00:00
psapi.spec .def -> .spec (based on amd64 branch with my fixes) 2009-02-08 18:45:17 +00:00