Commit Graph

26 Commits

Author SHA1 Message Date
Eric Pouech 54f851bb83 hnetcfg: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-10 10:44:10 +01:00
Paul Gofman 42d12db0ee hnetcfg: Get control URL for WANIPConnection service in init_gateway_connection().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-01 18:23:18 +01:00
Paul Gofman c091620889 hnetcfg: Open connection to gateway in init_gateway_connection().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-01 18:23:18 +01:00
Paul Gofman cbf2ca5774 hnetcfg: Return stub interface from upnpnat_get_StaticPortMappingCollection() if UPNP IGD is found.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-01 18:23:18 +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 6f3f06840d hnetcfg: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-26 10:25:59 +01:00
Alexandre Julliard 4572f1674a hnetcfg: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-05 08:37:27 +02:00
Alistair Leslie-Hughes d65bd95ecd hnetcfg: Link to uuid library.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-16 14:01:09 +02:00
Zebediah Figura e6fc86e4a0 hnetcfg: Store the UNC path in INetFwAuthorizedApplication_put_ProcessImageFileName().
Fixes test failures when running from virtual drive.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-19 21:01:48 +02:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard d08ff3ff19 makefiles: Use a single variable for all types of idl files. 2013-12-31 18:15:17 +01:00
Hans Leidekker 9ff1b4c8b2 hnetcfg: Add IDispatch support for INetFwAuthorizedApplication and INetFwAuthorizedApplications. 2012-09-26 11:02:20 +02:00
Hans Leidekker 3edae31d7a hnetcfg: Add a typelib. 2012-09-26 11:02:13 +02:00
Alexandre Julliard c0be1ec842 hnetcfg: Convert dll registration to the IRegistrar mechanism. 2010-12-09 11:47:19 +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
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Hans Leidekker 1e867f3647 hnetcfg: Add stub implementations of INetFwServices and INetFwService. 2009-10-12 17:07:05 +02:00
Hans Leidekker 535025c93d hnetcfg: Add stub implementations of INetFwOpenPorts and INetFwOpenPort. 2009-10-12 17:07:04 +02:00
Hans Leidekker c257ef317b hnetcfg: Register interfaces. 2009-08-03 17:44:55 +02:00
Hans Leidekker 68d64de4ac hnetcfg: Add a stub implementation of INetFwAuthorizedApplication and INetFwAuthorizedApplications. 2009-08-03 17:44:23 +02:00
Hans Leidekker b915aadb37 hnetcfg: Add a stub implementation of INetFwProfile. 2009-08-03 17:44:02 +02:00
Hans Leidekker 49270f4bb6 hnetcfg: Add a stub implementation of INetFwPolicy. 2009-08-03 17:43:38 +02:00
Hans Leidekker a3337935e9 hnetcfg: Add a stub implementation of INetFwMgr. 2009-08-03 17:43:23 +02:00
Jeff Latimer a00aa0391d hnetcfg: Stub implementation of the dll. 2007-06-19 11:30:59 +02:00