Thomas Faber [Fri, 2 May 2014 16:04:29 +0000 (16:04 +0000)]
[DEVMGMT]
- Fix an operator precedence issue. Patch by Víctor Martínez
CORE-8144 #resolve
svn path=/trunk/; revision=63111
Thomas Faber [Fri, 2 May 2014 15:46:23 +0000 (15:46 +0000)]
[COMP]
- Remove broken/unnecessary assignments. Patch by Víctor Martínez
CORE-8143 #resolve
svn path=/trunk/; revision=63110
Thomas Faber [Fri, 2 May 2014 09:17:36 +0000 (09:17 +0000)]
[NTOS:IO]
- Don't bugcheck if quota allocation fails in IoAllocateIrp
svn path=/trunk/; revision=63102
Hermès Bélusca-Maïto [Fri, 2 May 2014 02:52:15 +0000 (02:52 +0000)]
[MSGINA][SHELL32]
- Resize the logon graphics logo to windows standard size: 413x72.
- Use this very same logo for ShellAbout. Adapted from a proposition by Lee Schroeder. The real fix for this would be to do like Windows, that means, since (you can double-check) shell32 takes the picture from msgina.dll .
CORE-7940 #resolve #comment Fixed, thanks ;)
svn path=/trunk/; revision=63101
Thomas Faber [Thu, 1 May 2014 19:50:37 +0000 (19:50 +0000)]
[QMGR][BOOTDATA]
- Properly register qmgr classes and create the BITS service. See https://source.winehq.org/git/wine.git/commitdiff/
c1fce745
CORE-8135 #resolve
svn path=/trunk/; revision=63097
Thomas Faber [Thu, 1 May 2014 19:44:30 +0000 (19:44 +0000)]
[USP10]
- Fix buffer overflow in _ItemizeInternal
CORE-8133 #resolve
svn path=/trunk/; revision=63096
Hermès Bélusca-Maïto [Thu, 1 May 2014 17:49:23 +0000 (17:49 +0000)]
[WINVER]: Remove wine'isms and add a resource file.
svn path=/trunk/; revision=63095
Timo Kreuzer [Thu, 1 May 2014 13:37:08 +0000 (13:37 +0000)]
[FORMATTING]
No code change
svn path=/trunk/; revision=63094
Timo Kreuzer [Thu, 1 May 2014 10:51:19 +0000 (10:51 +0000)]
[WIN32K]
Fix possible NULL pointer dereference in GreSetStretchBltMode. CID
1206825
svn path=/trunk/; revision=63093
Timo Kreuzer [Thu, 1 May 2014 10:27:38 +0000 (10:27 +0000)]
[PSEH]
When we use the dummy PSEH, use an if (ExternalVariable) around the except block. This is to make Coverity check the except handler as well and take into account that it could be executed.
svn path=/trunk/; revision=63092
Timo Kreuzer [Thu, 1 May 2014 09:59:01 +0000 (09:59 +0000)]
[WIN32K]
When no clip object is passed to EngGradientFill, use the global trivial one instead of creating a new one. Fixes memory leak. CID 716615
svn path=/trunk/; revision=63091
Timo Kreuzer [Thu, 1 May 2014 09:48:40 +0000 (09:48 +0000)]
[FORMATTING]
Fix indentation, no code change
svn path=/trunk/; revision=63090
Timo Kreuzer [Thu, 1 May 2014 08:57:11 +0000 (08:57 +0000)]
[WIN32K]
Fix DPRINT, noticed by Thomas
svn path=/trunk/; revision=63089
Timo Kreuzer [Thu, 1 May 2014 08:55:04 +0000 (08:55 +0000)]
[WIN32K]
Check return value of NtQuerySystemInformation in EngQuerySystemAttribute
CID 513027
svn path=/trunk/; revision=63088
Timo Kreuzer [Thu, 1 May 2014 08:30:41 +0000 (08:30 +0000)]
[WIN32K]
Don't check a pointer for being NULL after it has been dereferenced.
CID
1102416
svn path=/trunk/; revision=63087
Thomas Faber [Thu, 1 May 2014 04:22:06 +0000 (04:22 +0000)]
[WBEMPROX]
- Fix order of operations for assignment in class_object_Next. Patch by Víctor Martínez
CORE-8116 #resolve
svn path=/trunk/; revision=63086
Pierre Schweitzer [Wed, 30 Apr 2014 22:03:49 +0000 (22:03 +0000)]
[RAPPS]
Close downloaded application before attempting to execute it.
CORE-8134 #resolve
svn path=/trunk/; revision=63085
Amine Khaldi [Wed, 30 Apr 2014 19:05:42 +0000 (19:05 +0000)]
[BASE][BOOT][WIN32SS]
* Fix some format string / argument mismatches. By Andre Guibert de Bruet.
CORE-7995 #resolve #comment Thanks!
svn path=/trunk/; revision=63084
Thomas Faber [Wed, 30 Apr 2014 19:05:38 +0000 (19:05 +0000)]
[CRT]
- Fix potential null dereference in TRACE in _wfreopen. Patch by Víctor Martínez
CORE-8120 #resolve
svn path=/trunk/; revision=63083
Thomas Faber [Wed, 30 Apr 2014 18:59:39 +0000 (18:59 +0000)]
[DBGHELP]
- Fix order of operations for assignment in symt_fill_sym_info. Patch by Víctor Martínez
CORE-8114 #resolve
svn path=/trunk/; revision=63082
Pierre Schweitzer [Wed, 30 Apr 2014 18:48:03 +0000 (18:48 +0000)]
[FASTFAT]
Disable SL_OPEN_TARGET_DIRECTORY for the moment.
CORE-8128 #resolve
svn path=/trunk/; revision=63081
Amine Khaldi [Wed, 30 Apr 2014 18:41:39 +0000 (18:41 +0000)]
[MPLAY32][MSPAINT][NOTEPAD][REGEDIT][WINHLP32]
* Fix some format string / argument mismatches. By Andre Guibert de Bruet.
CORE-7995
svn path=/trunk/; revision=63080
Amine Khaldi [Wed, 30 Apr 2014 13:19:57 +0000 (13:19 +0000)]
[README.WINE]
* Mark some modules as up to date.
CORE-8080
svn path=/trunk/; revision=63079
Amine Khaldi [Wed, 30 Apr 2014 13:07:53 +0000 (13:07 +0000)]
[STI]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63078
Amine Khaldi [Wed, 30 Apr 2014 13:05:05 +0000 (13:05 +0000)]
[STDOLE2.TLB][STDOLE32.TLB]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63077
Amine Khaldi [Wed, 30 Apr 2014 13:01:50 +0000 (13:01 +0000)]
[SNMPAPI_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63076
Amine Khaldi [Wed, 30 Apr 2014 13:00:35 +0000 (13:00 +0000)]
[SHDOCVW]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63075
Amine Khaldi [Wed, 30 Apr 2014 12:57:41 +0000 (12:57 +0000)]
[RICHED32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63074
Amine Khaldi [Wed, 30 Apr 2014 12:56:17 +0000 (12:56 +0000)]
[RASAPI32_WINETEST]
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
svn path=/trunk/; revision=63073
Amine Khaldi [Wed, 30 Apr 2014 12:54:17 +0000 (12:54 +0000)]
[PSTOREC]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63072
Amine Khaldi [Wed, 30 Apr 2014 12:50:57 +0000 (12:50 +0000)]
[PDH_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63071
Amine Khaldi [Wed, 30 Apr 2014 12:47:25 +0000 (12:47 +0000)]
[ODBCCP32_WINETEST]
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
svn path=/trunk/; revision=63070
Amine Khaldi [Wed, 30 Apr 2014 12:45:57 +0000 (12:45 +0000)]
[OBJSEL]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63069
Amine Khaldi [Wed, 30 Apr 2014 12:44:28 +0000 (12:44 +0000)]
[NTPRINT_WINETEST]
* Sync with Wine 1.7.17.
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
CORE-8080
svn path=/trunk/; revision=63068
Amine Khaldi [Wed, 30 Apr 2014 12:42:30 +0000 (12:42 +0000)]
[NTDSAPI_WINETEST]
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
svn path=/trunk/; revision=63067
Amine Khaldi [Wed, 30 Apr 2014 12:39:01 +0000 (12:39 +0000)]
[MSXML][MSXML2][MSXML4][MSXML6]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63066
Amine Khaldi [Wed, 30 Apr 2014 12:33:05 +0000 (12:33 +0000)]
[MSTASK_WINETEST]
* Improve header inclusions.
svn path=/trunk/; revision=63065
Amine Khaldi [Wed, 30 Apr 2014 12:32:16 +0000 (12:32 +0000)]
[MSTASK]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63064
Amine Khaldi [Wed, 30 Apr 2014 12:29:51 +0000 (12:29 +0000)]
[MSIMTF]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63063
Amine Khaldi [Wed, 30 Apr 2014 12:24:15 +0000 (12:24 +0000)]
[LZ32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63062
Amine Khaldi [Wed, 30 Apr 2014 12:23:12 +0000 (12:23 +0000)]
[LOCALUI_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63061
Amine Khaldi [Wed, 30 Apr 2014 12:20:21 +0000 (12:20 +0000)]
[INSENG]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63060
Amine Khaldi [Wed, 30 Apr 2014 12:16:47 +0000 (12:16 +0000)]
[IMM32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63059
Amine Khaldi [Wed, 30 Apr 2014 12:13:25 +0000 (12:13 +0000)]
[HNETCFG]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63058
Amine Khaldi [Wed, 30 Apr 2014 12:10:17 +0000 (12:10 +0000)]
[FUSION_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63057
Amine Khaldi [Wed, 30 Apr 2014 12:08:33 +0000 (12:08 +0000)]
[FAULTREP_WINETEST]
* Remove redundant definition.
svn path=/trunk/; revision=63056
Amine Khaldi [Wed, 30 Apr 2014 12:08:17 +0000 (12:08 +0000)]
[CRYPTUI_WINETEST]
* Remove redundant definition.
svn path=/trunk/; revision=63055
Amine Khaldi [Wed, 30 Apr 2014 12:03:06 +0000 (12:03 +0000)]
[CREDUI_WINETEST]
* Remove redundant definition.
svn path=/trunk/; revision=63054
Amine Khaldi [Wed, 30 Apr 2014 12:01:03 +0000 (12:01 +0000)]
[COMCAT_WINETEST]
* Sync with Wine 1.7.17.
* Remove redundant definition.
CORE-8080
svn path=/trunk/; revision=63053
Amine Khaldi [Wed, 30 Apr 2014 11:59:11 +0000 (11:59 +0000)]
[ADVPACK_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63052
Amine Khaldi [Wed, 30 Apr 2014 11:57:36 +0000 (11:57 +0000)]
[DPLAY][MSDMO][WPP]
* Mark as up to date.
CORE-8080
svn path=/trunk/; revision=63051
Aleksey Bragin [Tue, 29 Apr 2014 22:19:57 +0000 (22:19 +0000)]
[MSGINA]
- Report errors in StartupWindowThread as they are critical (the caller will wait infinitely).
svn path=/trunk/; revision=63050
Pierre Schweitzer [Tue, 29 Apr 2014 20:50:51 +0000 (20:50 +0000)]
[FASTFAT]
Fix the most stupid bug ever in ReactOS history (at least!).
Dear Pierre, you pretend you're modifying the FileObject->FileName field, but, as you were told in the early when you learnt C, you're at that point in your code dealing with a local copy of the unicode string. So, if modifying the Buffer field is fine, because it's a pointer to memory zone, containing the wchar string, modifying the Length field is totally pointless because it won't magically modify the unicode string in the file object, and will just be forgotten as long the function will be unstacked.
So REALLY modify the file object. VfatSetRenameInformation receives less garbage information now...
svn path=/trunk/; revision=63049
Christoph von Wittich [Tue, 29 Apr 2014 19:37:02 +0000 (19:37 +0000)]
[rtl/actctx]
reduce diff to wine (not a full sync)
svn path=/trunk/; revision=63048
Kamil Hornicek [Tue, 29 Apr 2014 19:15:28 +0000 (19:15 +0000)]
[KERNEL32_WINETEST]
- fix msvc build (?)
svn path=/trunk/; revision=63047
Christoph von Wittich [Tue, 29 Apr 2014 18:30:54 +0000 (18:30 +0000)]
[kernel32_winetest]
skip test_typelib_section
svn path=/trunk/; revision=63046
Pierre Schweitzer [Tue, 29 Apr 2014 18:25:02 +0000 (18:25 +0000)]
[FASTFAT]
Properly handle files at root.
CORE-8125 #resolve
svn path=/trunk/; revision=63045
Thomas Faber [Tue, 29 Apr 2014 08:51:17 +0000 (08:51 +0000)]
[FIND]
- Fix missing explicit -A.... by using -W functions instead. Spotted by Christoph and Timo.
svn path=/trunk/; revision=63043
Pierre Schweitzer [Mon, 28 Apr 2014 20:33:57 +0000 (20:33 +0000)]
[FASTFAT]
Fix typo.
svn path=/trunk/; revision=63038
Hermès Bélusca-Maïto [Mon, 28 Apr 2014 20:12:07 +0000 (20:12 +0000)]
[CMD]
GetConsoleAliasesLength returns a DWORD (and the len variable *is* a DWORD). Do not check for negative values.
Patch by André Guibert de Bruet.
CORE-7964 #resolve #comment Fixed in revision 63037, cheers!
svn path=/trunk/; revision=63037
Hermès Bélusca-Maïto [Mon, 28 Apr 2014 20:00:02 +0000 (20:00 +0000)]
[CARDLIB]
Use the proper Highlight pen to highlight the cards (for any cards game using the cardlib library).
Patch by Victor Martinez Calvo.
CORE-8118 #resolve #comment Committed in revision 63036, thanks!
svn path=/trunk/; revision=63036
Hermès Bélusca-Maïto [Mon, 28 Apr 2014 19:50:27 +0000 (19:50 +0000)]
[CONSRV]
- Fix dereferencing potential NULL pointers in ConDrvReadConsole() and ConDrvChangeScreenBufferAttributes();
- Fix a wcsncat in ConSrvOpenUserSettings()
Patches by Victor Martinez Calvo
CORE-8122 CORE-8123 #resolve #comment Fixed in revision 63035, cheers ;)
svn path=/trunk/; revision=63035
Pierre Schweitzer [Mon, 28 Apr 2014 19:40:26 +0000 (19:40 +0000)]
[FASTFAT]
Implement part 2/3 (first part was in ntoskrnl, remember ;-)) of renaming support in ReactOS.
Here, we implement support for SL_OPEN_TARGET_DIRECTORY for IRP_MJ_CREATE in fastfat. The code is not the best ever, but we can't do miracles with fastfat.
This fixes a few tests in KmTests:IoCreateFile and also shows failures I still don't get and that will require deeper attention.
Last part will be to effectively bring support of FileRenameInformation in IRP_MJ_SET_INFORMATION. But this is yet another story.
svn path=/trunk/; revision=63034
Thomas Faber [Mon, 28 Apr 2014 08:27:57 +0000 (08:27 +0000)]
[NETCFGX]
- Use correct parent key instead of an uninitialized handle in INetCfgComponentControl_fnApplyRegistryChanges
CORE-8115 #resolve
svn path=/trunk/; revision=63032
Thomas Faber [Mon, 28 Apr 2014 08:15:28 +0000 (08:15 +0000)]
[EVENTVWR]
- Remove dead code in GetEventCategory
- Fix buffer overflows in DisplayEvent
- Patch by Víctor Martínez
CORE-8111 #resolve
svn path=/trunk/; revision=63031
Thomas Faber [Mon, 28 Apr 2014 08:06:52 +0000 (08:06 +0000)]
[FIND]
- Avoid printf on a non-format string. Spotted by Víctor
- Remove broken pseudo-TCHAR usage
CORE-8112 #resolve
svn path=/trunk/; revision=63030
Thomas Faber [Mon, 28 Apr 2014 08:04:14 +0000 (08:04 +0000)]
[DWNL]
- Fix a format specifier. Patch by Víctor Martínez
CORE-8113 #resolve
svn path=/trunk/; revision=63029
James Tabor [Mon, 28 Apr 2014 05:54:43 +0000 (05:54 +0000)]
[Win32k]
- Goodbye to menu ntuser bad functions.
svn path=/trunk/; revision=63028
James Tabor [Mon, 28 Apr 2014 03:55:23 +0000 (03:55 +0000)]
[Win32k]
- Moved to new menu structures, synced in wine code and started first phase to server side. Resulting that more tests are running and failing less. Unplugged ntuser bad functions.
- See CORE-5605, CORE-7447, CORE-7967, CORE-8098 and CORE-8107
svn path=/trunk/; revision=63027
James Tabor [Mon, 28 Apr 2014 03:51:52 +0000 (03:51 +0000)]
- Disable insert menu test for now. Part II.
svn path=/trunk/; revision=63026
James Tabor [Mon, 28 Apr 2014 03:46:21 +0000 (03:46 +0000)]
- Disable insert menu test for now.
svn path=/trunk/; revision=63025
Pierre Schweitzer [Sun, 27 Apr 2014 18:46:26 +0000 (18:46 +0000)]
[NTOSKRNL]
Fix potential overflows
CID #701302
CID #
1206856
svn path=/trunk/; revision=63023
Pierre Schweitzer [Sun, 27 Apr 2014 18:35:46 +0000 (18:35 +0000)]
[PSAPI]
Fix pointer arithmetic
CID #
1206924
svn path=/trunk/; revision=63022
Pierre Schweitzer [Sun, 27 Apr 2014 18:29:06 +0000 (18:29 +0000)]
[RAPPS]
- Fix memory leaks
- Fix null-pointer dereference
- Fix user-after-free
CID #
1206908
CID #
1206915
CID #
1206921
CID #
1207022
svn path=/trunk/; revision=63021
Pierre Schweitzer [Sun, 27 Apr 2014 13:46:21 +0000 (13:46 +0000)]
[NTOSKRNL]
Init event before passing it to the IRP.
Fixes issues on IRP completion
svn path=/trunk/; revision=63020
Thomas Faber [Sun, 27 Apr 2014 13:33:42 +0000 (13:33 +0000)]
[I8042PRT]
- Fix WDK warnings and remove some unnecessary casts
svn path=/trunk/; revision=63019
Pierre Schweitzer [Sun, 27 Apr 2014 13:11:19 +0000 (13:11 +0000)]
[PSDK]
Properly declare with __inline
svn path=/trunk/; revision=63018
Pierre Schweitzer [Sun, 27 Apr 2014 12:59:37 +0000 (12:59 +0000)]
[FREELDR]
Properly declare with FORCEINLINE
svn path=/trunk/; revision=63017
Pierre Schweitzer [Sun, 27 Apr 2014 12:45:51 +0000 (12:45 +0000)]
[RTL]
Properly declare with FORCEINLINE
svn path=/trunk/; revision=63016
Pierre Schweitzer [Sun, 27 Apr 2014 12:34:39 +0000 (12:34 +0000)]
[RTL]
Properly declare with FORCEINLINE
svn path=/trunk/; revision=63015
Pierre Schweitzer [Sun, 27 Apr 2014 11:14:16 +0000 (11:14 +0000)]
[NTOSKRNL]
Few fixes to IopGetBasicInformationFile() and NtSetInformationFile().
Spotted by Thomas
svn path=/trunk/; revision=63014
Christoph von Wittich [Sun, 27 Apr 2014 08:15:59 +0000 (08:15 +0000)]
[devmgmt]
improve keyboard navigation
svn path=/trunk/; revision=63013
Thomas Faber [Sun, 27 Apr 2014 04:52:36 +0000 (04:52 +0000)]
[USP10]
- Silence an excessively noisy DPRINT to make testman happier
svn path=/trunk/; revision=63012
Pierre Schweitzer [Sat, 26 Apr 2014 19:36:51 +0000 (19:36 +0000)]
[NTOSKRNL]
Implement IopOpenLinkOrRenameTarget(), IopGetBasicInformationFile(), IopGetFileInformation().
This implements renaming support in kernel via Nt/ZwSetInformationFile, FileRenameInformation class.
This is only the first part to get renaming properly work in ReactOS.
As exposed by IopOpenLinkOrRenameTarget(), as second step, it's mandatory to implement support for parent directory open in FSDs (FastFAT at first). See tests for IoCreateFile in kmtests. I've some kind of patch for that purpose.
Finally, as third step, it's required to implement support for FileRenameInformation in the FSDs. That part is likely to require way much more work (thanks fastfat <3).
Regarding commented out code, I invite you to read as reference: http://fsfilters.blogspot.fr/2012/07/flags-of-fileobjects-part-v.html
R. Nagar's book is still a good reference regarding since (if we forget bugs in code examples and stuff that got renamed).
svn path=/trunk/; revision=63011
Amine Khaldi [Sat, 26 Apr 2014 18:52:15 +0000 (18:52 +0000)]
[ATL100_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63010
Amine Khaldi [Sat, 26 Apr 2014 18:52:02 +0000 (18:52 +0000)]
[ATL80_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63009
Amine Khaldi [Sat, 26 Apr 2014 18:50:38 +0000 (18:50 +0000)]
[ATL_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63008
Amine Khaldi [Sat, 26 Apr 2014 18:49:54 +0000 (18:49 +0000)]
[ATL][ATL80][ATL100]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63007
Amine Khaldi [Sat, 26 Apr 2014 18:39:56 +0000 (18:39 +0000)]
[IEFRAME]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63006
Amine Khaldi [Sat, 26 Apr 2014 18:34:51 +0000 (18:34 +0000)]
[MSHTML_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63005
Amine Khaldi [Sat, 26 Apr 2014 18:30:09 +0000 (18:30 +0000)]
[MSHTML]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63004
Amine Khaldi [Sat, 26 Apr 2014 18:16:00 +0000 (18:16 +0000)]
[VERSION_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63003
Amine Khaldi [Sat, 26 Apr 2014 18:15:32 +0000 (18:15 +0000)]
[VERSION]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63002
Amine Khaldi [Sat, 26 Apr 2014 18:13:05 +0000 (18:13 +0000)]
[MSRLE32]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63001
Amine Khaldi [Sat, 26 Apr 2014 18:07:23 +0000 (18:07 +0000)]
[QMGRPRXY]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=63000
Amine Khaldi [Sat, 26 Apr 2014 18:06:03 +0000 (18:06 +0000)]
[QMGR_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62999
Amine Khaldi [Sat, 26 Apr 2014 18:04:41 +0000 (18:04 +0000)]
[QMGR]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62998
Amine Khaldi [Sat, 26 Apr 2014 18:03:42 +0000 (18:03 +0000)]
[PSDK]
* Import bits3_0.idl from Wine 1.7.17.
* Add missing BG_NOTIFY_FILE_TRANSFERRED definition.
CORE-8080
svn path=/trunk/; revision=62997
Amine Khaldi [Sat, 26 Apr 2014 17:57:07 +0000 (17:57 +0000)]
[PROPSYS_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62996
Amine Khaldi [Sat, 26 Apr 2014 17:56:51 +0000 (17:56 +0000)]
[PROPSYS]
* Sync with Wine 1.7.17.
CORE-8080
svn path=/trunk/; revision=62995