Commit Graph

17 Commits

Author SHA1 Message Date
Eric Pouech 589071d2c7 ieframe: 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 10:58:42 +01:00
Jacek Caban d1764a45cf ieframe: Use nameless unions.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-22 21:48:44 +01:00
Haidong Yu e8741f0817 ieframe: Fix memory leak in PersistFile_Save.
Signed-off-by: yuhaidong <yuhaidong@uniontech.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-12-18 16:58:40 +01:00
Alexandre Julliard 0cc13be47c ieframe: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-05 08:39:04 +02:00
Alex Henrie d4029a1acf ieframe: Turn several variables into static constants.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-12-20 15:34:01 +01:00
Michael Stefaniuc 5e96cd7244 ieframe: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-16 20:25:13 +02:00
Nikolay Sivov 4302281d51 ieframe: Handle storage opening failure in shortcut Load().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-12 21:00:29 +09:00
Nikolay Sivov b771a4a488 ieframe: Convert to integer without additional string buffer allocation.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-12 21:00:24 +09:00
Nikolay Sivov 9de5b11430 ieframe: Simplify IPersist_Load, make error handling more straightforward.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-12 21:00:17 +09:00
Nikolay Sivov 41ff20886a ieframe: Don't write icon file path and index to storage if not specified in shortcut (Valgrind).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-06 18:08:40 +01:00
Francois Gouget 6ddd879515 ieframe: Remove unneeded NONAMELESSXXX directives.
Move a NONAMELESSUNION directive to the one C file that needs it.
2015-03-13 00:28:20 +09:00
Michael Stefaniuc 51e3750fea ieframe: Remove unused assignments (PVS-Studio). 2015-03-04 21:50:40 +09:00
Michael Stefaniuc 0c183c4e79 ieframe: Let C look like C. 2013-02-06 20:28:28 +01:00
Eric Pouech d1ccbceb4d Various background processes must be launched detached from current console (if any). 2013-01-16 14:02:55 +01:00
Jacek Caban 9114827e7e ieframe: Use proper helpers for iface calls. 2012-07-27 17:05:26 +02:00
Michael Stefaniuc c955f03886 ieframe: Don't open code CONTAINING_RECORD(). 2011-09-26 12:14:44 +02:00
Jacek Caban 02ceb94351 ieframe: Moved InternetShortcut implementation to ieframe.dll. 2011-07-25 10:51:30 +02:00