Commit Graph

22 Commits

Author SHA1 Message Date
Eric Pouech 510542bdef jsproxy/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-28 10:32:34 +01:00
Eric Pouech 8143fb5916 jsproxy: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-11 11:21:29 +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 5d82baf974 winecrt0: Add a default implementation DllRegisterServer()/DllUnregisterServer().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-30 22:59:50 +02:00
Michael Stefaniuc 6c8fac7dfe jsproxy: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-02 09:58:12 +02:00
Alexandre Julliard 4ce467ff3b jsproxy: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-06 11:15:24 +02:00
Alexandre Julliard 5831a0bfea jsproxy: Build with Windows sockets.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-06 11:15:24 +02:00
Piotr Caban 36649d083f jsproxy: Fix parameters validation in InternetInitializeAutoProxyDll.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-30 11:47:03 +02:00
Michael Stefaniuc 4d4cc0a095 jsproxy: Use the global HeapAlloc() wrappers.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-01 22:24:54 +01:00
Austin English a79c6a8ab8 jsproxy: Label ordinals.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-02 14:42:23 +02:00
Francois Gouget 2b094f9845 jsproxy: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
And standardize its formatting, type names, etc.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-13 09:39:38 +01:00
Andrew Eikum aee52678f2 jsproxy: Use debugstr_a on URL.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-10 21:38:56 +01:00
Francois Gouget 712944943f jsproxy/tests: A spelling fix for a jsproxy ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-22 21:04:34 +09:00
Hans Leidekker 1f144fae1a jsproxy/tests: Add tests.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-20 21:53:33 +09:00
Hans Leidekker ea8b261abe jsproxy: Validate parameters in InternetInitializeAutoProxyDll and InternetGetProxyInfo.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-20 21:53:21 +09:00
Hans Leidekker 6ea6b37096 jsproxy: Don't use the length parameters in InternetGetProxyInfo.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-20 21:53:19 +09:00
Hans Leidekker d4c9440f71 jsproxy: Allow multiple calls to InternetInitializeAutoProxyDll.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-20 21:53:17 +09:00
Marcus Meissner 0dda8a14db jsproxy: Avoid potential NULL dereference (Coverity). 2014-05-20 09:45:06 +02:00
Hans Leidekker f7c8f5b3e4 jsproxy: Implement InternetGetProxyInfo. 2014-05-15 19:04:43 +02:00
Hans Leidekker 8545a971c9 jsproxy: Implement InternetInitializeAutoProxyDll and InternetDeinitializeAutoProxyDll. 2014-05-15 19:04:42 +02:00
Hans Leidekker ae542221a0 jsproxy: New dll. 2014-05-15 19:04:41 +02:00