Commit Graph

16 Commits

Author SHA1 Message Date
Eric Pouech f0849f7dbc rstrtmgr: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-17 18:57:17 +01:00
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Alexandre Julliard 2722f5122f rstrtmgr: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-24 22:01:42 +01:00
Roman Pišl c18ebdfe72 rstrtmgr: Add stubs RmAddFilter and RmRemoveFilter.
Signed-off-by: Roman Pišl <rpisl@seznam.cz>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-28 18:35:37 +01:00
Roman Pišl 91570a55c0 rstrtmgr: Fake API implementation by returning success.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47626
Signed-off-by: Roman Pišl <rpisl@seznam.cz>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-28 18:34:27 +01:00
Alexandre Julliard 11475ae174 rstrtmgr: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-19 11:22:47 +02:00
Sebastian Lackner d9c907b691 rstrtmgr: Use correct type for status parameter in RmRestart.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-26 16:57:08 +01:00
Austin English f0555c5ebc rstrtmgr: Add RmShutdown stub.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-26 16:57:02 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Hans Leidekker b8c5a9c528 rstrtmgr: Add stub implementations of RmEndSession and RmRestart. 2010-11-18 12:37:04 +01:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Austin English e899b55ec1 rstrtmgr: Add stubs for RmGetList and RmRegisterResources. 2010-09-09 19:28:27 +02:00
Louis Lenders 981578b676 rstrtmgr: Add stub for RmStartSession. 2010-08-30 15:36:44 +02:00
Louis Lenders 85b3f299ff rstrtmgr: Add new stubbed dll rstrtmgr.dll. 2010-08-27 15:39:15 +02:00