reactos.git
8 years ago[SHELL32]: Few SendMessageA -> SendMessageW conversions, and whitespace fixes.
Hermès Bélusca-Maïto [Fri, 11 Mar 2016 22:12:44 +0000 (22:12 +0000)]
[SHELL32]: Few SendMessageA -> SendMessageW conversions, and whitespace fixes.

svn path=/trunk/; revision=70993

8 years ago[DELAYIMP]: Whitespace fixes only (tabs -> spaces).
Hermès Bélusca-Maïto [Thu, 10 Mar 2016 18:31:52 +0000 (18:31 +0000)]
[DELAYIMP]: Whitespace fixes only (tabs -> spaces).

svn path=/trunk/; revision=70992

8 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 10 Mar 2016 02:44:37 +0000 (02:44 +0000)]
[NTVDM]
Make the default graphics cursor more narrow and less ugly.
The new cursor is based on the one from DOSBox.

svn path=/trunk/; revision=70991

8 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 10 Mar 2016 00:59:50 +0000 (00:59 +0000)]
[NTVDM]
Implement PaintMouseCursor and EraseMouseCursor for video modes 12h and 13h.

svn path=/trunk/; revision=70990

8 years ago[SHELL32]: Use Unicode version of GetWindowTextLength in the Run dialog box.
Hermès Bélusca-Maïto [Thu, 10 Mar 2016 00:05:00 +0000 (00:05 +0000)]
[SHELL32]: Use Unicode version of GetWindowTextLength in the Run dialog box.

svn path=/trunk/; revision=70989

8 years ago[WINE/CONFIG] Update the LLVM bug report. Spotted by Mark Jansen.
Amine Khaldi [Wed, 9 Mar 2016 18:38:31 +0000 (18:38 +0000)]
[WINE/CONFIG] Update the LLVM bug report. Spotted by Mark Jansen.

svn path=/trunk/; revision=70985

8 years ago[PSDK][XDK]
Hermès Bélusca-Maïto [Wed, 9 Mar 2016 16:54:43 +0000 (16:54 +0000)]
[PSDK][XDK]
- Add few missing #ifdef __GNUC__ before including msvctarget.h.
- The contents of intrin.h is included only if RC_INVOKED is not defined. Compatible with MinGW and WinSDK.
- Ignore PROBE_ALIGNMENT definition if no platform is defined, in case RC_INVOKED is defined. Compatible with MinGW and latest WinSDK.
The two last fixes are also necessary to not make the Visual Studio resource compiler complain when a resource file is opened in it.

svn path=/trunk/; revision=70984

8 years ago[KERNEL32] Correct Turkish Locale. By Erdem Ersoy. CORE-10921
Amine Khaldi [Wed, 9 Mar 2016 16:40:59 +0000 (16:40 +0000)]
[KERNEL32] Correct Turkish Locale. By Erdem Ersoy. CORE-10921

svn path=/trunk/; revision=70983

8 years ago[TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-10920
Amine Khaldi [Wed, 9 Mar 2016 16:39:02 +0000 (16:39 +0000)]
[TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-10920

svn path=/trunk/; revision=70982

8 years ago[PSDK] Update oleidl.idl. CORE-10912
Amine Khaldi [Wed, 9 Mar 2016 16:34:27 +0000 (16:34 +0000)]
[PSDK] Update oleidl.idl. CORE-10912

svn path=/trunk/; revision=70981

8 years ago[TRANSLATIONS] Spanish translation update by Ismael Ferreras Morezuelas. CORE-10922
Amine Khaldi [Wed, 9 Mar 2016 16:33:41 +0000 (16:33 +0000)]
[TRANSLATIONS] Spanish translation update by Ismael Ferreras Morezuelas. CORE-10922

svn path=/trunk/; revision=70980

8 years ago[USER32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Wed, 9 Mar 2016 09:25:21 +0000 (09:25 +0000)]
[USER32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70979

8 years ago[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Wed, 9 Mar 2016 08:44:49 +0000 (08:44 +0000)]
[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70978

8 years ago[SHELL32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Wed, 9 Mar 2016 08:43:20 +0000 (08:43 +0000)]
[SHELL32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70977

8 years ago[MSVCRT_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Wed, 9 Mar 2016 08:36:59 +0000 (08:36 +0000)]
[MSVCRT_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70976

8 years ago[IMM32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Wed, 9 Mar 2016 08:32:48 +0000 (08:32 +0000)]
[IMM32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70975

8 years ago[NTVDM]: Fix space padding calculation in the text-mode hex dumper.
Hermès Bélusca-Maïto [Wed, 9 Mar 2016 00:07:24 +0000 (00:07 +0000)]
[NTVDM]: Fix space padding calculation in the text-mode hex dumper.

svn path=/trunk/; revision=70974

8 years ago[KERNEL32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Tue, 8 Mar 2016 15:49:46 +0000 (15:49 +0000)]
[KERNEL32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70973

8 years ago[XDK][PSDK][DDK] Improve winnt.h and make it share more definitions with wdm.h.
Amine Khaldi [Tue, 8 Mar 2016 15:35:17 +0000 (15:35 +0000)]
[XDK][PSDK][DDK] Improve winnt.h and make it share more definitions with wdm.h.

svn path=/trunk/; revision=70972

8 years ago[GDI32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Tue, 8 Mar 2016 15:01:05 +0000 (15:01 +0000)]
[GDI32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70971

8 years ago[PSDK] Update shobjidl.idl. CORE-10912
Amine Khaldi [Tue, 8 Mar 2016 14:55:33 +0000 (14:55 +0000)]
[PSDK] Update shobjidl.idl. CORE-10912

svn path=/trunk/; revision=70970

8 years ago[BCRYPT] Implement mbedTLS backend. Brought to you by Peter Hater. CORE-10934
Amine Khaldi [Tue, 8 Mar 2016 14:49:52 +0000 (14:49 +0000)]
[BCRYPT] Implement mbedTLS backend. Brought to you by Peter Hater. CORE-10934

svn path=/trunk/; revision=70969

8 years ago[PSDK] Update xmldomdid.h. CORE-10912
Amine Khaldi [Mon, 7 Mar 2016 16:32:35 +0000 (16:32 +0000)]
[PSDK] Update xmldomdid.h. CORE-10912

svn path=/trunk/; revision=70968

8 years ago[PSDK] Add some missing MUI_* definitions.
Amine Khaldi [Sun, 6 Mar 2016 21:32:01 +0000 (21:32 +0000)]
[PSDK] Add some missing MUI_* definitions.

svn path=/trunk/; revision=70967

8 years ago[DNSAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sun, 6 Mar 2016 16:50:59 +0000 (16:50 +0000)]
[DNSAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70963

8 years ago[ADVAPI32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sun, 6 Mar 2016 16:43:16 +0000 (16:43 +0000)]
[ADVAPI32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70962

8 years ago[OLEPRO32] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sun, 6 Mar 2016 16:11:19 +0000 (16:11 +0000)]
[OLEPRO32] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70961

8 years ago[PSDK] Update winerror.h. CORE-10912
Amine Khaldi [Sun, 6 Mar 2016 16:06:07 +0000 (16:06 +0000)]
[PSDK] Update winerror.h. CORE-10912

svn path=/trunk/; revision=70960

8 years ago[PROGMAN]: Fix build. Tango-like icon by Ismael Ferreras Morasuelas (swyter).
Hermès Bélusca-Maïto [Sun, 6 Mar 2016 15:01:08 +0000 (15:01 +0000)]
[PROGMAN]: Fix build. Tango-like icon by Ismael Ferreras Morasuelas (swyter).

svn path=/trunk/; revision=70959

8 years ago[PROGMAN]
Thomas Faber [Sun, 6 Mar 2016 11:42:25 +0000 (11:42 +0000)]
[PROGMAN]
- Hermès, go fix build or whatever

svn path=/trunk/; revision=70958

8 years ago[PSDK]: Fix a define.
Hermès Bélusca-Maïto [Sat, 5 Mar 2016 22:46:54 +0000 (22:46 +0000)]
[PSDK]: Fix a define.

svn path=/trunk/; revision=70957

8 years ago[PSDK] Satisfy MSVC 2010. Dedicated to Hermès.
Amine Khaldi [Sat, 5 Mar 2016 22:40:18 +0000 (22:40 +0000)]
[PSDK] Satisfy MSVC 2010. Dedicated to Hermès.

svn path=/trunk/; revision=70956

8 years ago[FS_REC]
Pierre Schweitzer [Sat, 5 Mar 2016 13:01:11 +0000 (13:01 +0000)]
[FS_REC]
Implement support for recognizing the Btrfs volumes.

Patch by Peter Hater.

CORE-10892 #comment The fs_rec part has been committed, thanks!

svn path=/trunk/; revision=70955

8 years ago[XMLLITE_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 11:09:57 +0000 (11:09 +0000)]
[XMLLITE_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70954

8 years ago[WMIUTILS_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 11:09:08 +0000 (11:09 +0000)]
[WMIUTILS_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70953

8 years ago[WINMM_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 11:06:50 +0000 (11:06 +0000)]
[WINMM_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70952

8 years ago[WTSAPI32] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 11:04:47 +0000 (11:04 +0000)]
[WTSAPI32] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70951

8 years ago[WLDAP32] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 11:01:59 +0000 (11:01 +0000)]
[WLDAP32] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70950

8 years ago[WININET_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:59:21 +0000 (10:59 +0000)]
[WININET_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70949

8 years ago[WININET] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:58:26 +0000 (10:58 +0000)]
[WININET] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70948

8 years ago[WINHTTP_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:55:00 +0000 (10:55 +0000)]
[WINHTTP_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70947

8 years ago[WINHTTP] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:51:52 +0000 (10:51 +0000)]
[WINHTTP] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70946

8 years ago[WBEMPROX_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:48:40 +0000 (10:48 +0000)]
[WBEMPROX_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70945

8 years ago[WBEMPROX] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:48:13 +0000 (10:48 +0000)]
[WBEMPROX] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70944

8 years ago[WBEMDISP] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:36:27 +0000 (10:36 +0000)]
[WBEMDISP] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70943

8 years ago[VBSCRIPT_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:34:43 +0000 (10:34 +0000)]
[VBSCRIPT_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70942

8 years ago[VERSION] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:33:17 +0000 (10:33 +0000)]
[VERSION] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70941

8 years ago[USP10_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:30:57 +0000 (10:30 +0000)]
[USP10_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70940

8 years ago[USP10] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:30:03 +0000 (10:30 +0000)]
[USP10] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70939

8 years ago[URLMON_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:28:41 +0000 (10:28 +0000)]
[URLMON_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70938

8 years ago[URLMON] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:27:46 +0000 (10:27 +0000)]
[URLMON] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70937

8 years ago[TAPI32] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:26:27 +0000 (10:26 +0000)]
[TAPI32] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70936

8 years ago[AUTOCHK]
Pierre Schweitzer [Sat, 5 Mar 2016 10:24:16 +0000 (10:24 +0000)]
[AUTOCHK]
Add support for the Btrfs file system

CORE-10892

svn path=/trunk/; revision=70935

8 years ago[UBTRFS]
Pierre Schweitzer [Sat, 5 Mar 2016 10:22:15 +0000 (10:22 +0000)]
[UBTRFS]
Implement the utility DLL for the Btrfs file system

svn path=/trunk/; revision=70934

8 years ago[SHLWAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:21:38 +0000 (10:21 +0000)]
[SHLWAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70933

8 years ago[BTRFSLIB]
Pierre Schweitzer [Sat, 5 Mar 2016 10:20:32 +0000 (10:20 +0000)]
[BTRFSLIB]
Stub the Btrfs lib

CORE-10892

svn path=/trunk/; revision=70932

8 years ago[SHLWAPI] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:20:00 +0000 (10:20 +0000)]
[SHLWAPI] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70931

8 years ago[SECUR32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:14:32 +0000 (10:14 +0000)]
[SECUR32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70930

8 years ago[PSDK] Add missing URL_ESCAPE_AS_UTF8.
Amine Khaldi [Sat, 5 Mar 2016 10:10:10 +0000 (10:10 +0000)]
[PSDK] Add missing URL_ESCAPE_AS_UTF8.

svn path=/trunk/; revision=70929

8 years ago[RICHED32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:08:10 +0000 (10:08 +0000)]
[RICHED32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70928

8 years ago[SCRRUN_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:07:02 +0000 (10:07 +0000)]
[SCRRUN_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70927

8 years ago[SCRRUN] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:06:02 +0000 (10:06 +0000)]
[SCRRUN] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70926

8 years ago[RPCRT4] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 10:04:14 +0000 (10:04 +0000)]
[RPCRT4] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70925

8 years ago[RICHED20_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 09:58:36 +0000 (09:58 +0000)]
[RICHED20_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70924

8 years ago[RICHED20] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Sat, 5 Mar 2016 09:57:50 +0000 (09:57 +0000)]
[RICHED20] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70923

8 years ago[PROGMAN] Properly import from Wine Staging 1.9.4. This fixes PCH usage, marks ReactO...
Amine Khaldi [Sat, 5 Mar 2016 08:45:08 +0000 (08:45 +0000)]
[PROGMAN] Properly import from Wine Staging 1.9.4. This fixes PCH usage, marks ReactOS specific diffs, reduces difference to upstream code, properly documents the sync in README.WINE, improves header inclusions and more. Changes should be sent upstream by their author (TM). CORE-10912

svn path=/trunk/; revision=70922

8 years ago[PROGMAN] Fix build.
Amine Khaldi [Sat, 5 Mar 2016 08:24:55 +0000 (08:24 +0000)]
[PROGMAN] Fix build.

svn path=/trunk/; revision=70921

8 years ago[OOPS]
Hermès Bélusca-Maïto [Sat, 5 Mar 2016 01:29:46 +0000 (01:29 +0000)]
[OOPS]
A little bird pointed to me that I forgot to add progman to compilation...

svn path=/trunk/; revision=70920

8 years ago[PROGMAN]
Hermès Bélusca-Maïto [Sat, 5 Mar 2016 01:27:27 +0000 (01:27 +0000)]
[PROGMAN]
- Fix the Shell-About box.
- Whitespace/indentation fixes in string.c
- Add missing size for the ICON resource item of the dialog "Program attributes". MSVC resource compiler considered that as an error, while GCC's windres compiled that without warning (who knows what they took as the default value...).

svn path=/trunk/; revision=70919

8 years ago[PROGMAN]: Add the famous Program Manager (Win3.1 style) from Wine 1.9.5, with minor...
Hermès Bélusca-Maïto [Fri, 4 Mar 2016 19:22:35 +0000 (19:22 +0000)]
[PROGMAN]: Add the famous Program Manager (Win3.1 style) from Wine 1.9.5, with minor fixes for compilation. The icon should be replaced as soon as possible.

svn path=/trunk/; revision=70918

8 years ago[AUTOCHK][CHKDSK]
Hermès Bélusca-Maïto [Fri, 4 Mar 2016 17:09:34 +0000 (17:09 +0000)]
[AUTOCHK][CHKDSK]
- Whitespace fixes;
- Remove useless comments.

[FORMAT]
- Whitespace (tabs -> spaces) and indentation fixes.

[VFATLIB]
- Change of name of variable.

svn path=/trunk/; revision=70917

8 years ago[FORMAT]
Hermès Bélusca-Maïto [Fri, 4 Mar 2016 16:26:57 +0000 (16:26 +0000)]
[FORMAT]
- Completely reunicodify the application. CORE-9369
- Add back the original copyright/author information.

svn path=/trunk/; revision=70916

8 years ago[RAPPS] Display error messages on download failures. Patch by toe_head2001. Thank...
Robert Naumann [Fri, 4 Mar 2016 16:10:26 +0000 (16:10 +0000)]
[RAPPS] Display error messages on download failures. Patch by toe_head2001. Thank you!

svn path=/trunk/; revision=70915

8 years ago[APPWIZ] Stubplement ConfigStartMenu Patch by Jared Smudde. CORE-10788
Robert Naumann [Fri, 4 Mar 2016 15:43:31 +0000 (15:43 +0000)]
[APPWIZ] Stubplement ConfigStartMenu Patch by Jared Smudde. CORE-10788

svn path=/trunk/; revision=70914

8 years ago[PSDK] Update richedit.h. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 10:18:29 +0000 (10:18 +0000)]
[PSDK] Update richedit.h. CORE-10912

svn path=/trunk/; revision=70913

8 years ago[RASAPI32] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:46:02 +0000 (09:46 +0000)]
[RASAPI32] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70912

8 years ago[PSAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:44:49 +0000 (09:44 +0000)]
[PSAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70911

8 years ago[QMGR] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:44:01 +0000 (09:44 +0000)]
[QMGR] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70910

8 years ago[OPENGL32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:41:45 +0000 (09:41 +0000)]
[OPENGL32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70909

8 years ago[ODBCCP32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:39:35 +0000 (09:39 +0000)]
[ODBCCP32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70908

8 years ago[PDH] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:38:25 +0000 (09:38 +0000)]
[PDH] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70907

8 years ago[OLEDLG_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:36:12 +0000 (09:36 +0000)]
[OLEDLG_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70906

8 years ago[OLEDLG] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:35:57 +0000 (09:35 +0000)]
[OLEDLG] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70905

8 years ago[OLEAUT32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:33:46 +0000 (09:33 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70904

8 years ago[OLEAUT32] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:33:34 +0000 (09:33 +0000)]
[OLEAUT32] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70903

8 years ago[OLE32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:30:16 +0000 (09:30 +0000)]
[OLE32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70902

8 years ago[OLE32] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:25:52 +0000 (09:25 +0000)]
[OLE32] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70901

8 years ago[PSDK] Update objidl.idl. CORE-10912
Amine Khaldi [Fri, 4 Mar 2016 09:20:21 +0000 (09:20 +0000)]
[PSDK] Update objidl.idl. CORE-10912

svn path=/trunk/; revision=70900

8 years ago[HELP]: Use ARRAYSIZE(buffer) instead of hardcoding its size.
Hermès Bélusca-Maïto [Thu, 3 Mar 2016 23:00:55 +0000 (23:00 +0000)]
[HELP]: Use ARRAYSIZE(buffer) instead of hardcoding its size.

svn path=/trunk/; revision=70899

8 years ago[TIMEDATE]
Eric Kohl [Thu, 3 Mar 2016 20:16:39 +0000 (20:16 +0000)]
[TIMEDATE]
Brazilian Portuguese translation for timedate.cpl.
Patch by  Edison Henrique Andreassy.
CORE-10919 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=70898

8 years agoBrazilian Portuguese translation for console.dll.
Eric Kohl [Thu, 3 Mar 2016 20:13:25 +0000 (20:13 +0000)]
Brazilian Portuguese translation for console.dll.
Patch by Edison Henrique Andreassy.
CORE-10918 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=70897

8 years agoBrazilian Portuguese translation for access.cpl.
Eric Kohl [Thu, 3 Mar 2016 20:10:20 +0000 (20:10 +0000)]
Brazilian Portuguese translation for access.cpl.
Patch by Edison Henrique Andreassy.
CORE-10916 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=70896

8 years ago[OLE32] Adapt to the recent objbase.h change.
Amine Khaldi [Thu, 3 Mar 2016 17:54:32 +0000 (17:54 +0000)]
[OLE32] Adapt to the recent objbase.h change.

svn path=/trunk/; revision=70895

8 years ago[PSDK] Update objbase.h. CORE-10912
Amine Khaldi [Thu, 3 Mar 2016 17:49:03 +0000 (17:49 +0000)]
[PSDK] Update objbase.h. CORE-10912

svn path=/trunk/; revision=70894

8 years ago[MSIEXEC] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Thu, 3 Mar 2016 14:29:43 +0000 (14:29 +0000)]
[MSIEXEC] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70893

8 years ago[MSI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Thu, 3 Mar 2016 14:28:57 +0000 (14:28 +0000)]
[MSI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70892

8 years ago[MSI] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Thu, 3 Mar 2016 14:28:37 +0000 (14:28 +0000)]
[MSI] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70891

8 years ago[PSDK] Add some missing definitions.
Amine Khaldi [Thu, 3 Mar 2016 14:11:13 +0000 (14:11 +0000)]
[PSDK] Add some missing definitions.

svn path=/trunk/; revision=70890

8 years ago[MSRLE_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Thu, 3 Mar 2016 14:10:09 +0000 (14:10 +0000)]
[MSRLE_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70889

8 years ago[MSCMS_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Amine Khaldi [Thu, 3 Mar 2016 14:08:46 +0000 (14:08 +0000)]
[MSCMS_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70888