Commit Graph

205 Commits

Author SHA1 Message Date
Eric Pouech 137946d61b oledlg/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-02 20:17:15 +01:00
Eric Pouech 189b62723b oledlg: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-16 17:16:52 +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
Michael Stefaniuc 3118168c1a oledlg/tests: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-12-07 11:08:16 +01:00
Alexandre Julliard 7b4658c134 oledlg/test: Get rid of strstrW().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-26 10:59:43 +01:00
Alexandre Julliard 815ae120fb oledlg: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-18 09:03:20 +02:00
Michael Stefaniuc b03718f09c oledlg: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-17 22:36:32 +02:00
Michael Stefaniuc f10136a9e3 oledlg/tests: Use the available ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-04 14:22:46 +02:00
Nikolay Sivov 0028360d4b oledlg: Use W-functions to access window property.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-20 10:32:56 +01:00
Sebastian Lackner 3a9907cfdc oledlg: Properly use SUCCEEDED macro to check HRESULT.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-13 22:41:02 +09:00
Nikolay Sivov 93ff3fde8a oledlg: Replace existing menu item in case of empty object too.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-01 12:46:32 +09:00
Nikolay Sivov bd957b6db6 oledlg: Simplify conditional expression (PVS-Studio).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-13 23:35:24 +09:00
Nikolay Sivov 7e7b4de4b2 oledlg: Fix menu item string format. 2015-09-15 16:33:46 +09:00
Nikolay Sivov 88a97cd432 oledlg/tests: Handle localized menu strings. 2015-09-09 17:51:18 +09:00
Nikolay Sivov 2a761320db oledlg: Improve menu items localization for OleUIAddVerbMenuW(). 2015-09-09 17:51:15 +09:00
Nikolay Sivov 9fda58362b oledlg: Support convert menu item in OleUIAddVerbMenuW(). 2015-05-21 14:12:19 +09:00
Nikolay Sivov 66bcad51c0 oledlg: Make object name menu item localized. 2015-05-18 17:58:31 +09:00
Nikolay Sivov 04ed24fb79 oledlg: Partially implement OleUIAddVerbMenuW(), with basic tests. 2015-05-15 21:58:06 +09:00
Nikolay Sivov d93781f29b oledlg: Forward OleUIAddVerbMenuA to OleUIAddVerbMenuW. 2015-05-14 17:07:52 +09:00
Francois Gouget b8521dbccd oledlg: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-18 19:38:47 +09:00
Michael Stefaniuc b9d5074aaa oledlg: RT_DIALOG is already an int resource (PVS-Studio). 2015-02-23 15:25:58 +09:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Andrew Talbot 10e9e1531a oledlg: Avoid signed-unsigned integer comparisons. 2013-02-25 10:40:35 +01:00
Huw Davies 81057ba9b9 oledlg: Add a missing break. 2012-11-28 20:14:43 +01:00
Michael Stefaniuc eeed445f44 oledlg: Avoid TRUE:FALSE conditional expressions. 2012-08-13 17:29:56 +02:00
Francois Gouget 47f45d793d Use a single space after a full stop to follow the Windows GUI guidelines. 2012-01-23 16:07:03 +01:00
Alexandre Julliard bf644e0f45 oledlg: Convert dialogs to po files. 2011-11-30 20:29:07 +01:00
Andrew Talbot 47a68bbdbe oledlg: Remove extraneous braces from switch statement. 2011-11-07 11:54:05 +01:00
André Hentschel f06ab42ab8 oledlg: Remove dead assignment (clang). 2011-07-14 14:45:06 +02:00
Marcus Meissner 3026862f35 oledlg: Mark internal variables with hidden visibility. 2011-05-23 11:13:10 +02:00
Alexandre Julliard 7f59564fe0 oledlg: Convert string table resources to po files. 2011-01-13 16:18:24 +01:00
Hwang YunSong 33410f8f40 oledlg: Update Korean resource. 2010-12-31 11:46:50 +01:00
Paul Vriens 7e5cd4a224 oledlg: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-01 11:35:31 +01:00
Yaron Shahrabani 19fa8dae03 oledlg: Added Hebrew translation. 2010-10-21 17:19:39 +02:00
Trygve Vea fa485ccd12 oledlg: Updated Norwegian translation. 2010-10-18 11:46:42 +02:00
Luca Bennati 9161609148 oledlg: Update Italian translation. 2010-09-21 17:53:54 +02:00
Łukasz Wojniłowicz 4dd40c8173 oledlg: Update the Polish translation. 2010-09-20 15:05:10 +02: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
Michael Stefaniuc 5f9d171951 oledlg: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Kovács András 6dbec8d01c oledlg: Update Hungarian translation. 2010-06-29 10:53:19 +02:00
Gustavo Henrique Milaré 44cc08ca79 oledlg: Update Portuguese (Brazilian) translation. 2010-06-25 13:30:24 +02:00
Michael Stefaniuc 756df72a04 oledlg: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-06-24 10:31:27 +02:00
Sven Baars 9aa71a1fc6 oledlg: Fix Dutch translation. 2010-06-23 10:33:49 +02:00
Hwang YunSong 5f23e98aa0 oledlg: Update Korean resource. 2010-06-21 11:48:06 +02:00
Vitaly Lipatov b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00