Amine Khaldi [Tue, 22 Apr 2014 15:25:37 +0000 (15:25 +0000)]
[CRYPTNET_WINETEST]
* Remove redundant define.
svn path=/trunk/; revision=62886
Amine Khaldi [Tue, 22 Apr 2014 15:25:04 +0000 (15:25 +0000)]
[CRYPTNET]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62885
Amine Khaldi [Tue, 22 Apr 2014 15:11:03 +0000 (15:11 +0000)]
[CRYPT32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62884
Amine Khaldi [Tue, 22 Apr 2014 15:10:43 +0000 (15:10 +0000)]
[CRYPT32]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62883
Amine Khaldi [Tue, 22 Apr 2014 14:40:38 +0000 (14:40 +0000)]
[COMDLG32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62882
Amine Khaldi [Tue, 22 Apr 2014 14:40:19 +0000 (14:40 +0000)]
[COMDLG32]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62881
Amine Khaldi [Tue, 22 Apr 2014 14:05:48 +0000 (14:05 +0000)]
[COMCTL32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62880
Amine Khaldi [Tue, 22 Apr 2014 14:04:22 +0000 (14:04 +0000)]
[COMCTL32]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62879
Amine Khaldi [Tue, 22 Apr 2014 13:25:20 +0000 (13:25 +0000)]
[INCLUDE/WINE]
* Add some missing definitions.
svn path=/trunk/; revision=62878
Amine Khaldi [Tue, 22 Apr 2014 13:13:45 +0000 (13:13 +0000)]
[ACPICA]
* Enable PCH again.
CORE-7716
svn path=/trunk/; revision=62877
Amine Khaldi [Tue, 22 Apr 2014 12:00:14 +0000 (12:00 +0000)]
[RPCRT4_WINETEST]
* Don't define NTSTATUS here.
svn path=/trunk/; revision=62876
Amine Khaldi [Tue, 22 Apr 2014 11:40:41 +0000 (11:40 +0000)]
[CABINET_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62875
Amine Khaldi [Tue, 22 Apr 2014 11:40:28 +0000 (11:40 +0000)]
[CABINET]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62874
Amine Khaldi [Tue, 22 Apr 2014 11:36:32 +0000 (11:36 +0000)]
[BCRYPT_WINETEST]
* Import from Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62873
Amine Khaldi [Tue, 22 Apr 2014 11:36:10 +0000 (11:36 +0000)]
[BCRYPT]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62872
Amine Khaldi [Tue, 22 Apr 2014 11:32:05 +0000 (11:32 +0000)]
[AVIFIL32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62871
Amine Khaldi [Tue, 22 Apr 2014 11:31:44 +0000 (11:31 +0000)]
[AVIFIL32]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62870
Amine Khaldi [Tue, 22 Apr 2014 11:25:33 +0000 (11:25 +0000)]
[XMLLITE_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62869
Amine Khaldi [Tue, 22 Apr 2014 11:25:12 +0000 (11:25 +0000)]
[XMLLITE]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62868
Amine Khaldi [Tue, 22 Apr 2014 11:16:47 +0000 (11:16 +0000)]
[OPENGL32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62867
Amine Khaldi [Tue, 22 Apr 2014 11:12:43 +0000 (11:12 +0000)]
[SECUR32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62866
Hermès Bélusca-Maïto [Tue, 22 Apr 2014 03:44:13 +0000 (03:44 +0000)]
[CONSRV]
- Selection info is per-terminal.
- Lock the console only when needed.
svn path=/trunk/; revision=62864
Hermès Bélusca-Maïto [Tue, 22 Apr 2014 00:55:03 +0000 (00:55 +0000)]
[CONSRV]... and fix comments (forgotten in revision 62861).
svn path=/trunk/; revision=62863
Hermès Bélusca-Maïto [Tue, 22 Apr 2014 00:47:24 +0000 (00:47 +0000)]
Code formatting.
svn path=/trunk/; revision=62862
Hermès Bélusca-Maïto [Tue, 22 Apr 2014 00:46:49 +0000 (00:46 +0000)]
[CONSRV]
- Introduce a helper function to query the console leader process (instead of using duplicated code).
- Fix the algorithm of the last close notification, as demonstrated by the tests I did on windows 2003 (test app is provided in CORE-7250):
a console app that registered for the last close notification, closes only if the process that was the console leader process at the time the app registered for the notification, is killed.
In this case, we notify the app, and we clear some flags. On the contrary, if we close the app that registered for the notification, we just clear the flags without doing extra operations.
svn path=/trunk/; revision=62861
Amine Khaldi [Mon, 21 Apr 2014 20:07:13 +0000 (20:07 +0000)]
[WS2_32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62860
Amine Khaldi [Mon, 21 Apr 2014 20:05:34 +0000 (20:05 +0000)]
[PSDK]
* Import wsnwlink.h from Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62859
Amine Khaldi [Mon, 21 Apr 2014 19:52:53 +0000 (19:52 +0000)]
[PSDK]
* Fix WSAID_WSASENDMSG definition.
svn path=/trunk/; revision=62858
Kamil Hornicek [Mon, 21 Apr 2014 19:04:32 +0000 (19:04 +0000)]
[SYSDM]
- formatting
- remove BOM from the Russian resource
- update the Czech translation
- add myself to the credits because vanity~
svn path=/trunk/; revision=62857
Kamil Hornicek [Mon, 21 Apr 2014 18:27:40 +0000 (18:27 +0000)]
[SYSDM]
- use alpha blend when drawing the ros logo on the general page
- misc code cleanup
CORE-8071
svn path=/trunk/; revision=62856
Timo Kreuzer [Mon, 21 Apr 2014 17:09:27 +0000 (17:09 +0000)]
[WIN32K]
Do not ignore failure when calling DrvEnablePDEV and properly handle a failure in PDEVOBJ_bEnablePDEV instead of ASSERTing. Properly cleanup the PDEV after failure, check if the PDEV was enabled before calling DrvDisablePDEV. Fixes some crashes with VBox driver.
svn path=/trunk/; revision=62855
Timo Kreuzer [Mon, 21 Apr 2014 14:12:06 +0000 (14:12 +0000)]
[NTDDRAW]
Fix buffer overflow
svn path=/trunk/; revision=62854
Amine Khaldi [Mon, 21 Apr 2014 11:06:42 +0000 (11:06 +0000)]
[MSVC]
* Don't error on C4603 now that the PCH setup is well tested.
CORE-7716
svn path=/trunk/; revision=62852
Hermès Bélusca-Maïto [Mon, 21 Apr 2014 01:36:00 +0000 (01:36 +0000)]
[KERNEL32]
- Add a debug output to the default console dispatcher for the CTRL_LAST_CLOSE_EVENT code;
- hardcoded_value--;
Addendum to revision 62847.
svn path=/trunk/; revision=62848
Hermès Bélusca-Maïto [Mon, 21 Apr 2014 01:22:17 +0000 (01:22 +0000)]
[KERNEL32][CONSRV]
Implement (undocumented) SetLastConsoleEventActive API.
Patch by Alexander Andrejevic, with a minor modification by me concerning the addition of a NotifiedLastCloseProcess member to the CONSOLE structure and a check that makes sure that only the app that asked for the notification, receives it (and so that we don't call the console control dispatcher for nothing).
This API is used by ntvdm to be sure that it gets killed when all other console apps attached to the ntvdm's console are away.
CORE-7250
svn path=/trunk/; revision=62847
Hermès Bélusca-Maïto [Sun, 20 Apr 2014 22:40:39 +0000 (22:40 +0000)]
[KERNEL32][CONSRV]
Make kernel32 / winsrv console CSR structures Win2k3-compliant for CreateConsoleScreenBuffer.
The aim is to be able to put our kernel32.dll or winsrv.dll on win2k3, and vice-versa.
Because of that, we need to introduce and use the redundant hMutex and lpBitMap in the CONSOLE_CREATESCREENBUFFER structure, instead of the ones that are already present in its CONSOLE_GRAPHICS_BUFFER_INFO member ...
Isn't MS dumb sometimes?
I also homogeneize some variable names wrt. equivalent ones that I use elsewhere, and I fix a broken return value in the case the API fails.
Part 3/X
CORE-7931
svn path=/trunk/; revision=62846
Thomas Faber [Sun, 20 Apr 2014 18:15:41 +0000 (18:15 +0000)]
[NTDLL_APITEST]
- Add test for NtQueryVolumeInformationFile. Patch by Víctor Martínez.
ROSTESTS-134 #resolve
svn path=/trunk/; revision=62844
Hermès Bélusca-Maïto [Sun, 20 Apr 2014 14:39:38 +0000 (14:39 +0000)]
[KERNEL32][CONSRV]
Implement console part of Get/SetHandleInformation, needed by msvcrt / cmd.exe (at least the windows version) and other console apps...
svn path=/trunk/; revision=62843
Amine Khaldi [Sun, 20 Apr 2014 13:44:55 +0000 (13:44 +0000)]
[NTDLL_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62842
Amine Khaldi [Sun, 20 Apr 2014 13:42:12 +0000 (13:42 +0000)]
[PSDK]
* Add some missing LDR_ADDREF_DLL_PIN definition.
svn path=/trunk/; revision=62841
Amine Khaldi [Sun, 20 Apr 2014 13:34:54 +0000 (13:34 +0000)]
[PSDK]
* Add some missing definitions.
svn path=/trunk/; revision=62840
Kamil Hornicek [Sun, 20 Apr 2014 13:29:53 +0000 (13:29 +0000)]
[WIN32K]
- apply r61265 for win32k, for consistency
svn path=/trunk/; revision=62839
Amine Khaldi [Sun, 20 Apr 2014 13:19:24 +0000 (13:19 +0000)]
[SHELL32_WINETEST]
* Sync with Wine 1.7.17.
* Speedup build.
CORE-8080
svn path=/trunk/; revision=62838
Amine Khaldi [Sun, 20 Apr 2014 13:14:11 +0000 (13:14 +0000)]
[MSVCRT_WINETEST]
* Fix *nix build.
svn path=/trunk/; revision=62837
Amine Khaldi [Sun, 20 Apr 2014 13:10:24 +0000 (13:10 +0000)]
[MSVCRT_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62836
Amine Khaldi [Sun, 20 Apr 2014 13:01:01 +0000 (13:01 +0000)]
[GDI32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62835
Amine Khaldi [Sun, 20 Apr 2014 12:37:05 +0000 (12:37 +0000)]
[SETUPAPI_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62834
Hermès Bélusca-Maïto [Sun, 20 Apr 2014 11:25:38 +0000 (11:25 +0000)]
[KERNEL32][CONSRV]
Make kernel32 / winsrv console CSR structures Win2k3-compliant.
The aim is to be able to put our kernel32.dll or winsrv.dll on win2k3, and vice-versa.
Part 2/X
CORE-7931
svn path=/trunk/; revision=62833
Amine Khaldi [Sun, 20 Apr 2014 00:25:16 +0000 (00:25 +0000)]
[ACTXPRXY]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62832
Amine Khaldi [Sun, 20 Apr 2014 00:20:32 +0000 (00:20 +0000)]
[DXDIAGN_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62831
Amine Khaldi [Sun, 20 Apr 2014 00:20:21 +0000 (00:20 +0000)]
[DXDIAGN]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62830
Amine Khaldi [Sun, 20 Apr 2014 00:08:29 +0000 (00:08 +0000)]
[DPLAYX_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62829
Amine Khaldi [Sun, 20 Apr 2014 00:08:13 +0000 (00:08 +0000)]
[DPLAYX]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62828
Amine Khaldi [Sun, 20 Apr 2014 00:00:52 +0000 (00:00 +0000)]
[DMUSIC]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62827
Amine Khaldi [Sat, 19 Apr 2014 23:50:01 +0000 (23:50 +0000)]
[DINPUT8]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62826
Amine Khaldi [Sat, 19 Apr 2014 23:44:04 +0000 (23:44 +0000)]
[DINPUT_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62825
Amine Khaldi [Sat, 19 Apr 2014 23:43:51 +0000 (23:43 +0000)]
[DINPUT]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62824
Hermès Bélusca-Maïto [Sat, 19 Apr 2014 23:18:29 +0000 (23:18 +0000)]
[SOLITAIRE][RAPPS][MSGINA]
Polish translation of solitaire, rapps and msgina
Patch by Wojciech Kozłowski and Adam Stachowicz. Thanks a lot!
CORE-8068 #resolve #comment Second patch committed in revision 62823, thanks ;)
svn path=/trunk/; revision=62823
Amine Khaldi [Sat, 19 Apr 2014 19:30:34 +0000 (19:30 +0000)]
[DEVENUM_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62822
Amine Khaldi [Sat, 19 Apr 2014 19:30:15 +0000 (19:30 +0000)]
[DEVENUM]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62821
Amine Khaldi [Sat, 19 Apr 2014 19:13:01 +0000 (19:13 +0000)]
[D3DXOF]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62820
Amine Khaldi [Sat, 19 Apr 2014 18:58:53 +0000 (18:58 +0000)]
[D3DX9_36]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62819
Amine Khaldi [Sat, 19 Apr 2014 18:55:57 +0000 (18:55 +0000)]
[D3DX9_37] => [D3DX9_43]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62818
Amine Khaldi [Sat, 19 Apr 2014 18:48:40 +0000 (18:48 +0000)]
[DXSDK]
* Sync the d3dx9 headers with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62817
Amine Khaldi [Sat, 19 Apr 2014 18:35:05 +0000 (18:35 +0000)]
[D3DX9_24] => [D3DX9_35]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62816
Amine Khaldi [Sat, 19 Apr 2014 18:26:34 +0000 (18:26 +0000)]
[D3DCOMPILER_43]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62815
Amine Khaldi [Sat, 19 Apr 2014 18:12:06 +0000 (18:12 +0000)]
[RSAENH_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62814
Amine Khaldi [Sat, 19 Apr 2014 18:11:58 +0000 (18:11 +0000)]
[RSAENH]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62813
Amine Khaldi [Sat, 19 Apr 2014 18:06:05 +0000 (18:06 +0000)]
[PSDK]
* Add missing CRYPT_USERDATA definition.
svn path=/trunk/; revision=62812
Amine Khaldi [Sat, 19 Apr 2014 17:30:00 +0000 (17:30 +0000)]
[D3D8][D3D9][DDRAW][DXGI][QEDIT][WINED3D]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62811
Amine Khaldi [Sat, 19 Apr 2014 16:28:22 +0000 (16:28 +0000)]
[QUARTZ_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62810
Amine Khaldi [Sat, 19 Apr 2014 16:26:49 +0000 (16:26 +0000)]
[AMSTREAM][QUARTZ][STRMBASE]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62809
Amine Khaldi [Sat, 19 Apr 2014 15:24:56 +0000 (15:24 +0000)]
[DXSDK]
* Add missing CLSID_VideoMixingRenderer.
svn path=/trunk/; revision=62808
Hermès Bélusca-Maïto [Sat, 19 Apr 2014 15:17:28 +0000 (15:17 +0000)]
[CDFS]: Fix typo spotted by Alexander and confirmed by Pierre (see rev 62779).
svn path=/trunk/; revision=62807
Daniel Reimer [Sat, 19 Apr 2014 15:16:25 +0000 (15:16 +0000)]
Adding New Apps for Rapps by Erdem Ersoy
German translations, version updates and mirror fixes by me.
CORE-7493 #resolve #comment Committed. Thx for helping.
svn path=/trunk/; revision=62806
Daniel Reimer [Sat, 19 Apr 2014 14:46:57 +0000 (14:46 +0000)]
Rapps - Polish Translation for multiple description files + a small translation in the program itself. By wojo664
Rapps entries were integrated into the previous update. SF mirrors were kept as they were instead of using the freesoft.ru ones of the patch.
CORE-7882 #resolve #comment Committed. Thx for helping.
svn path=/trunk/; revision=62805
Eric Kohl [Sat, 19 Apr 2014 14:29:27 +0000 (14:29 +0000)]
[TASKMGR][MSGINA]
msgina and taskmgr: correction Russian translation
Patch by petr akhlamov. Thanks a lot!
CORE-7996 #resolve
svn path=/trunk/; revision=62804
Eric Kohl [Sat, 19 Apr 2014 14:16:55 +0000 (14:16 +0000)]
[MSGINA][SOLITAIRE]
Italian translation updates
Patches by Marco Maria Emanuele Bartucci. Thanks a lot!
CORE-8086 #resolve
svn path=/trunk/; revision=62803
Amine Khaldi [Sat, 19 Apr 2014 12:14:16 +0000 (12:14 +0000)]
[PSDK]
* Remove a __WINESRC__ case.
CORE-5743
svn path=/trunk/; revision=62802
Eric Kohl [Sat, 19 Apr 2014 12:12:44 +0000 (12:12 +0000)]
[SOLITAIRE]
Solitaire: Timed games and scoring.
Patch by Ricardo Hanke. Thanks a lot!
CORE-8031 #resolve
svn path=/trunk/; revision=62801
Amine Khaldi [Sat, 19 Apr 2014 11:19:14 +0000 (11:19 +0000)]
[DXSDK]
* Update axextend.idl.
svn path=/trunk/; revision=62800
Pierre Schweitzer [Sat, 19 Apr 2014 11:03:26 +0000 (11:03 +0000)]
[CDFS]
Rely on RTL when possible. Spotted by Thomas.
svn path=/trunk/; revision=62799
Amine Khaldi [Sat, 19 Apr 2014 10:47:47 +0000 (10:47 +0000)]
* A BOM sneaked in ;)
svn path=/trunk/; revision=62798
Amine Khaldi [Sat, 19 Apr 2014 10:46:27 +0000 (10:46 +0000)]
[MSGINA]
* Italian translation update. By Marco Maria Emanuele Bartucci.
CORE-8085 #resolve #comment Committed in r62797. Thanks!
svn path=/trunk/; revision=62797
Amine Khaldi [Sat, 19 Apr 2014 10:40:15 +0000 (10:40 +0000)]
[PSDK]
* Add some missing definitions.
svn path=/trunk/; revision=62796
Daniel Reimer [Sat, 19 Apr 2014 10:27:52 +0000 (10:27 +0000)]
Rapps DB Update (1/2)
svn path=/trunk/; revision=62795
Eric Kohl [Sat, 19 Apr 2014 09:40:15 +0000 (09:40 +0000)]
[SYSDM][USRMGR][MSGINA]
Polish translation of msgina, sysdm and usrmgr.
Patch by Wojciech Kozłowski and Adam Stachowicz. Thanks a lot!
CORE-8068 #resolve
svn path=/trunk/; revision=62794
Eric Kohl [Sat, 19 Apr 2014 09:09:12 +0000 (09:09 +0000)]
[MSGINA]
- Allways add the computer name to the domain list.
- Notify the user about required password changes and repeat the logon using the new password.
svn path=/trunk/; revision=62793
Pierre Schweitzer [Sat, 19 Apr 2014 06:38:25 +0000 (06:38 +0000)]
[CDFS]
Fix MSVC build
svn path=/trunk/; revision=62792
Pierre Schweitzer [Sat, 19 Apr 2014 06:32:58 +0000 (06:32 +0000)]
[CDFS]
Don't attempt anything during the cleanup of stream file (or of an unopened file).
Fix crash on boot.
svn path=/trunk/; revision=62791
Amine Khaldi [Fri, 18 Apr 2014 23:05:43 +0000 (23:05 +0000)]
[PSDK]
* Add some missing definitions from Wine 1.7.17
CORE-8080
svn path=/trunk/; revision=62790
Amine Khaldi [Fri, 18 Apr 2014 22:57:46 +0000 (22:57 +0000)]
[PSDK]
* Add some missing definition from Wine 1.7.17
CORE-8080
svn path=/trunk/; revision=62789
Amine Khaldi [Fri, 18 Apr 2014 22:54:06 +0000 (22:54 +0000)]
[PSDK]
* Import delayloadhandler.h and fileapi.h from Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62788
Amine Khaldi [Fri, 18 Apr 2014 22:50:27 +0000 (22:50 +0000)]
[KERNEL32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62787
Amine Khaldi [Fri, 18 Apr 2014 22:39:12 +0000 (22:39 +0000)]
[PSDK]
* Add missing LINGUISTIC_IGNORECASE and NORM_LINGUISTIC_CASING definitions.
svn path=/trunk/; revision=62786
Amine Khaldi [Fri, 18 Apr 2014 22:26:13 +0000 (22:26 +0000)]
[USER32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62785
Amine Khaldi [Fri, 18 Apr 2014 22:15:54 +0000 (22:15 +0000)]
[UNICODE]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62784
Amine Khaldi [Fri, 18 Apr 2014 22:10:41 +0000 (22:10 +0000)]
* Addendum to r62773 (I don't know how did this file escape earlier).
svn path=/trunk/; revision=62783
Amine Khaldi [Fri, 18 Apr 2014 22:07:22 +0000 (22:07 +0000)]
[WINE/TEST.H]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62782
Amine Khaldi [Fri, 18 Apr 2014 21:58:58 +0000 (21:58 +0000)]
[ADVAPI32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62781