Jérôme Gardou
23373acbb9
[CMAKE] Use modules instead of shared libraries
...
There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.
On my system, this reduces the configure-time by a factor of two.
2019-04-06 17:43:38 +02:00
Denis Malikov
14df8c2e48
[MSVCRT] export _local_unwind4 for 6.0+ version
2019-01-10 19:48:49 +01:00
Denis Malikov
343bc19720
[MSVCRT] export _except_handler4_common
2019-01-05 13:44:33 +01:00
Mark Jansen
bb6dfbc473
[APISETS] Remove default kernel32 import library, since stubs no longer need it
2019-01-04 20:33:37 +01:00
Mark Jansen
da02cc337a
[APISETS] Update from wine-3.20-144-g2ef62f9085
2018-11-25 19:06:29 +01:00
Mark Jansen
a95afd562e
[APISETS] Teach update.py how to generate a manifest
2018-11-25 19:06:29 +01:00
Mark Jansen
6121df7321
[APISETS] Stubplement versioned forwarders
2018-11-25 19:06:16 +01:00
Mark Jansen
a91899a6a1
[APISETS] Fix data forwarding.
...
Thanks to Timo for the help :)
2018-04-21 18:56:33 +02:00
Giannis Adamopoulos
8d3045622e
[RTL] actctx.c: Use an alternative implicit activation context when an application is built for latest windows versions.
...
Instead of loading systemcompatible.manifest as the implicit activation context, load forwardcompatible.manifest
Add a new assembly containing all apisets called ReactOS.Apisets and make it a dependency to forwardcompatible.manifest
2018-04-09 01:28:43 +03:00
Mark Jansen
15affd19ee
[APISETS] Update the script to take the current newline setting into account.
2018-04-08 17:30:44 +02:00
Mark Jansen
5aefc6f49a
[KERNEL32_VISTA] Export InitializeCriticalSectionEx.
2018-04-08 17:30:44 +02:00
Mark Jansen
ac620c2e8e
[KERNEL32] Implement FlsAlloc/FlsFree based on Wine's implementation.
2018-04-08 17:27:24 +02:00
Mark Jansen
3f15a0d473
[APISETS] Add the initial set of auto-generated files.
...
CORE-13231
2018-04-07 14:50:59 +02:00
Mark Jansen
3ff8f1bb09
[APISETS] Introduce a script that will generate apisets based on wine apisets.
...
Functions that are present in ReactOS will be forwarded, the rest stubbed.
CORE-13231
2018-04-07 14:50:58 +02:00