reactos.git
7 years ago[EVENTVWR]
Hermès Bélusca-Maïto [Sun, 26 Jun 2016 19:36:38 +0000 (19:36 +0000)]
[EVENTVWR]
- No need to pop up an error box if we cannot find an event message resource DLL for the current event log.
- Flatten out GetEventMessageFileDLL a bit.
- Fix a comment.

svn path=/trunk/; revision=71678

7 years ago[SERVICES]
Eric Kohl [Sun, 26 Jun 2016 15:02:48 +0000 (15:02 +0000)]
[SERVICES]
Use self-relative security descriptors only:
- Convert the default service security descriptor to the self-relative format.
- Remove security descriptor format conversions from ScmReadSecurityDescriptor and ScmWriteSecurityDescriptor.

svn path=/trunk/; revision=71676

7 years ago[SCHANNEL] add missing function to the delayload header. Spotted by Peter Hater....
Mark Jansen [Sun, 26 Jun 2016 12:52:46 +0000 (12:52 +0000)]
[SCHANNEL] add missing function to the delayload header. Spotted by Peter Hater. CORE-11270 #resolve

svn path=/trunk/; revision=71675

7 years ago[FASTFAT]
Pierre Schweitzer [Sun, 26 Jun 2016 10:23:35 +0000 (10:23 +0000)]
[FASTFAT]
Don't allow renaming a directory if there are opened files in it.
The way we do it for now isn't fully optimal and could be really improved, but that's a first step in the right direction.
This should help getting rid of FAT volumes corruption.
This also fixes a few winetests it seems.

CORE-11426 #comment Patch that fixes bug 3 committed in r71674

svn path=/trunk/; revision=71674

7 years ago[NTOS:LPC]
Thomas Faber [Sat, 25 Jun 2016 23:27:45 +0000 (23:27 +0000)]
[NTOS:LPC]
- Avoid dereferencing a null pointer in LpcpDeletePort. By Samuel Serapión.
CORE-6850 #resolve

svn path=/trunk/; revision=71673

7 years ago[SHELL32_APITEST]
Thomas Faber [Sat, 25 Jun 2016 22:09:49 +0000 (22:09 +0000)]
[SHELL32_APITEST]
- Add a test for CShellLink GetPath/SetPath behavior with environment variables. Patch by Andreas Maier.
ROSTESTS-229 #resolve

svn path=/trunk/; revision=71672

7 years agoFix build (i.e. a change that shouldn't have been done).
Hermès Bélusca-Maïto [Sat, 25 Jun 2016 20:12:18 +0000 (20:12 +0000)]
Fix build (i.e. a change that shouldn't have been done).

svn path=/trunk/; revision=71671

7 years ago[EVENTVWR]
Hermès Bélusca-Maïto [Sat, 25 Jun 2016 20:08:58 +0000 (20:08 +0000)]
[EVENTVWR]
- Remove a unused header.
- Start (re)working on the functions that retrieve strings associated to event categories and messages.
- Just display the event category number if we are unable to retrieve its associated string.
- If we cannot retrieve the event source for formatting purposes, use a default string and append the event strings to it.
- Fix some problems related to the usage of 'lpComputerName': this global variable stores the computer name on which the Event Viewer is running (or connected to) and view the available logs. Don't overwrite it with computer names from the events.

- Modify some localized strings in the resource files. Translators, please review/fix translations!

svn path=/trunk/; revision=71670

7 years ago[EVENTVWR]
Hermès Bélusca-Maïto [Sat, 25 Jun 2016 19:36:59 +0000 (19:36 +0000)]
[EVENTVWR]
- Use C-style comments.
- Move the helper FreeRecords function closer to where it is used.
- Use the EVENTLOG_BASE_KEY define instead of re-hardcoding the registry path to the EventLog service.

svn path=/trunk/; revision=71669

7 years ago[MSI_WINETEST] Sync with Wine Staging 1.9.12. CORE-11266
Amine Khaldi [Sat, 25 Jun 2016 11:28:00 +0000 (11:28 +0000)]
[MSI_WINETEST] Sync with Wine Staging 1.9.12. CORE-11266

svn path=/trunk/; revision=71668

7 years ago[MSI] Sync with Wine Staging 1.9.12. CORE-11266
Amine Khaldi [Sat, 25 Jun 2016 11:27:22 +0000 (11:27 +0000)]
[MSI] Sync with Wine Staging 1.9.12. CORE-11266

svn path=/trunk/; revision=71667

7 years ago[PSDK] Add missing msidbServiceInstallErrorControl enum.
Amine Khaldi [Sat, 25 Jun 2016 11:26:38 +0000 (11:26 +0000)]
[PSDK] Add missing msidbServiceInstallErrorControl enum.

svn path=/trunk/; revision=71666

7 years agoLet's see if reverting the doxyfile makes doxygen useful again (or just breaks it)
Ged Murphy [Tue, 21 Jun 2016 09:02:06 +0000 (09:02 +0000)]
Let's see if reverting the doxyfile makes doxygen useful again (or just breaks it)

svn path=/trunk/; revision=71656

7 years ago[i8042prt]: Add yet another Dell Latitude D620 hack to make its trackpad work.
Hermès Bélusca-Maïto [Sun, 19 Jun 2016 13:13:01 +0000 (13:13 +0000)]
[i8042prt]: Add yet another Dell Latitude D620 hack to make its trackpad work.
CORE-11431 #resolve
CORE-6901

svn path=/trunk/; revision=71654

7 years ago[SC]
Eric Kohl [Sat, 18 Jun 2016 11:18:53 +0000 (11:18 +0000)]
[SC]
Add EnumDepend command.

svn path=/trunk/; revision=71653

7 years ago[SC]
Eric Kohl [Thu, 16 Jun 2016 21:18:59 +0000 (21:18 +0000)]
[SC]
Add GetKeyName command.

svn path=/trunk/; revision=71651

7 years ago[MSGINA_APITEST] Add a test for ShellDimScreen, used to fade out the background of...
Mark Jansen [Thu, 16 Jun 2016 21:00:08 +0000 (21:00 +0000)]
[MSGINA_APITEST] Add a test for ShellDimScreen, used to fade out the background of the logoff dialog. Thanks to Jared for finding the api, and Hermès for his help! CORE-11422

svn path=/trunk/; revision=71649

7 years ago[SC]
Eric Kohl [Thu, 16 Jun 2016 19:47:50 +0000 (19:47 +0000)]
[SC]
Add GetDisplayName command.

svn path=/trunk/; revision=71648

7 years ago[SC]
Eric Kohl [Wed, 15 Jun 2016 21:28:33 +0000 (21:28 +0000)]
[SC]
- Reorganized some commands in order to add erros and success messages.
- Added error and success messages.
- Enabled usage text for the failure command.

svn path=/trunk/; revision=71645

7 years ago[SHELL32] Use the logoff dialog instead of the generic ConfirmDialog. Patch by Jared...
Mark Jansen [Wed, 15 Jun 2016 17:46:26 +0000 (17:46 +0000)]
[SHELL32] Use the logoff dialog instead of the generic ConfirmDialog. Patch by Jared Smudde. CORE-11413 #resolve #comment Thanks!

svn path=/trunk/; revision=71643

7 years ago[APITESTS]: Fix MSVC warning C4114: "same type qualifier used more than once".
Hermès Bélusca-Maïto [Wed, 15 Jun 2016 17:45:06 +0000 (17:45 +0000)]
[APITESTS]: Fix MSVC warning C4114: "same type qualifier used more than once".

svn path=/trunk/; revision=71642

7 years ago[SC]
Eric Kohl [Tue, 14 Jun 2016 22:00:34 +0000 (22:00 +0000)]
[SC]
Add some error and success messages to the config and description commands.

svn path=/trunk/; revision=71640

7 years ago[SC]
Eric Kohl [Tue, 14 Jun 2016 20:58:37 +0000 (20:58 +0000)]
[SC]
Merge the failure functions into a single file.

svn path=/trunk/; revision=71639

7 years ago[SC]
Eric Kohl [Tue, 14 Jun 2016 20:34:21 +0000 (20:34 +0000)]
[SC]
- Add the 'failure' command. The 'actions' option is not implemented yet.

svn path=/trunk/; revision=71638

7 years ago[NTOS]
Ged Murphy [Tue, 14 Jun 2016 18:01:02 +0000 (18:01 +0000)]
[NTOS]
- Properly implement ObpValidateAccessMask
- If the security descriptor has a system acl, the caller will need access to it

svn path=/trunk/; revision=71636

7 years ago[SHELL32]
Hermès Bélusca-Maïto [Mon, 13 Jun 2016 20:27:57 +0000 (20:27 +0000)]
[SHELL32]
- Use similar shell def-view window styles as on Windows.
- Add a "hack" to force the shell progman desktop window to get its correct window name, when running our shell on Windows. I don't know why calling CreateWindowExW(WS_EX_TOOLWINDOW, szProgmanClassName, szProgmanWindowName, ...) with a valid szProgmanWindowName string still persists in setting the window name to NULL... If someone has an idea, please let me know!
- Addendum to CORE-11375: Create the shell desktop view with the same size as the current desktop's workarea. Confirmed with ApiMonitor on Windows. I add some "FIXME" to make future developers think about possible improvements in the code.

svn path=/trunk/; revision=71635

7 years ago[SC]
Eric Kohl [Mon, 13 Jun 2016 20:01:47 +0000 (20:01 +0000)]
[SC]
Merge the config functions into a single file.

svn path=/trunk/; revision=71634

7 years ago[SC]
Eric Kohl [Mon, 13 Jun 2016 19:43:02 +0000 (19:43 +0000)]
[SC]
- Move ParseCreateArguments to the misc.c file, rename it to ParseCreateConfigArguments and tweak it for use in the config command.
- Implement the config command.

svn path=/trunk/; revision=71633

7 years ago[SHELL32]: Fix some whitespace and comments.
Hermès Bélusca-Maïto [Mon, 13 Jun 2016 19:39:35 +0000 (19:39 +0000)]
[SHELL32]: Fix some whitespace and comments.

svn path=/trunk/; revision=71632

7 years ago[TELNET]: Add russian translation by "amber".
Hermès Bélusca-Maïto [Mon, 13 Jun 2016 19:18:36 +0000 (19:18 +0000)]
[TELNET]: Add russian translation by "amber".
CORE-11411

svn path=/trunk/; revision=71631

7 years ago[DEVMGR]: Fix resource compiler error in MSVC 2010 or GCC' windres. Detected by Victo...
Hermès Bélusca-Maïto [Mon, 13 Jun 2016 12:54:01 +0000 (12:54 +0000)]
[DEVMGR]: Fix resource compiler error in MSVC 2010 or GCC' windres. Detected by Victor Martinez Calvo.
CORE-11408

svn path=/trunk/; revision=71630

7 years ago[RAPPS]
Daniel Reimer [Sun, 12 Jun 2016 22:21:40 +0000 (22:21 +0000)]
[RAPPS]
Script check. Fix any broken links. Update Hashes

svn path=/trunk/; revision=71629

7 years ago[SC]
Eric Kohl [Sun, 12 Jun 2016 20:12:15 +0000 (20:12 +0000)]
[SC]
Merge the description functions into a single file.

svn path=/trunk/; revision=71628

7 years ago[SC]
Eric Kohl [Sun, 12 Jun 2016 19:18:15 +0000 (19:18 +0000)]
[SC]
- Add the 'description' command.
- Fix a little display bug in the 'qdescription' command: Do not print '(null)' if the service does not have a description.

svn path=/trunk/; revision=71627

7 years ago[ADVAPI32]
Eric Kohl [Sun, 12 Jun 2016 17:48:09 +0000 (17:48 +0000)]
[ADVAPI32]
Implement I_ScGetCurrentGroupStateW.

svn path=/trunk/; revision=71626

7 years ago[RAPPS]
Daniel Reimer [Sun, 12 Jun 2016 17:37:39 +0000 (17:37 +0000)]
[RAPPS]
Fix Burnaware hash
CORE-11190 #resolve #comment Fixed, thx ^^

svn path=/trunk/; revision=71625

7 years ago[RAPPS]
Daniel Reimer [Sun, 12 Jun 2016 17:04:13 +0000 (17:04 +0000)]
[RAPPS]
Wrong version in Free Stopwatch entry.
CORE-11198 #resolve

svn path=/trunk/; revision=71624

7 years ago[ROSTEST:PAINTDESKTOP]: Improve the test: don't force complete redraw when resizing...
Hermès Bélusca-Maïto [Sun, 12 Jun 2016 16:48:25 +0000 (16:48 +0000)]
[ROSTEST:PAINTDESKTOP]: Improve the test: don't force complete redraw when resizing the window, and return a non-zero value from WM_ERASEBKGD if the PaintDesktop call succeeded.

svn path=/trunk/; revision=71623

7 years ago[ROSTESTS:USER32] Add an interactive test demonstrating how the PaintDesktop API...
Hermès Bélusca-Maïto [Sun, 12 Jun 2016 14:34:58 +0000 (14:34 +0000)]
[ROSTESTS:USER32] Add an interactive test demonstrating how the PaintDesktop API should behave visually, and how we are not correctly doing well in this regard in ReactOS...

svn path=/trunk/; revision=71622

7 years ago[NETSHELL]: Update russian translation by "leha-bot" and "amber".
Hermès Bélusca-Maïto [Sun, 12 Jun 2016 13:50:33 +0000 (13:50 +0000)]
[NETSHELL]: Update russian translation by "leha-bot" and "amber".
CORE-11392

svn path=/trunk/; revision=71621

7 years ago[DEVMGR]: Update russian translation by "leha-bot" and "amber".
Hermès Bélusca-Maïto [Sun, 12 Jun 2016 13:49:02 +0000 (13:49 +0000)]
[DEVMGR]: Update russian translation by "leha-bot" and "amber".
CORE-11392

svn path=/trunk/; revision=71620

7 years ago[DXDIAG]: Update russian translation by "leha-bot" and "amber".
Hermès Bélusca-Maïto [Sun, 12 Jun 2016 13:46:51 +0000 (13:46 +0000)]
[DXDIAG]: Update russian translation by "leha-bot" and "amber".
CORE-11392

svn path=/trunk/; revision=71619

7 years ago[DXDIAG]: Sync some translations with the english one.
Hermès Bélusca-Maïto [Sun, 12 Jun 2016 13:43:39 +0000 (13:43 +0000)]
[DXDIAG]: Sync some translations with the english one.

svn path=/trunk/; revision=71618

7 years ago[SC]: Fix a typo in the help.
Hermès Bélusca-Maïto [Sun, 12 Jun 2016 13:28:48 +0000 (13:28 +0000)]
[SC]: Fix a typo in the help.

svn path=/trunk/; revision=71617

7 years ago[SC]
Eric Kohl [Sat, 11 Jun 2016 21:24:40 +0000 (21:24 +0000)]
[SC]
Implement the qc, qdescription and qfailure commands.

svn path=/trunk/; revision=71615

7 years ago[APPHELP] Implement automatic stringtable generation when writing an Sdb database...
Mark Jansen [Sat, 11 Jun 2016 21:12:43 +0000 (21:12 +0000)]
[APPHELP] Implement automatic stringtable generation when writing an Sdb database. CORE-10367

svn path=/trunk/; revision=71614

7 years ago[PIFMGR]: Add the PIF icon resource library.
Hermès Bélusca-Maïto [Sat, 11 Jun 2016 16:16:26 +0000 (16:16 +0000)]
[PIFMGR]: Add the PIF icon resource library.
By Jared Smudde, Lee Schroeder, Ercan Ersoy, manuel.
Icons adapted from Tango Icon set and from public domain OpenClipArt (https://openclipart.org/share)
Part 1/2
CORE-10253

svn path=/trunk/; revision=71613

7 years ago[SC]
Eric Kohl [Sat, 11 Jun 2016 15:01:01 +0000 (15:01 +0000)]
[SC]
Implement the sdset command.

svn path=/trunk/; revision=71612

7 years ago[SERVICES]
Eric Kohl [Sat, 11 Jun 2016 09:41:05 +0000 (09:41 +0000)]
[SERVICES]
- Read the service security descriptors when the service list is created.
- Assign and write the default security descriptor when a service does not have its own security desciptor.
- Delete a service security desciptor when the service is deleted.

svn path=/trunk/; revision=71611

7 years ago[FASTFAT]
Pierre Schweitzer [Sat, 11 Jun 2016 09:32:00 +0000 (09:32 +0000)]
[FASTFAT]
Properly round up 64b values.
This fixes reads on 4GB+ volumes.

Patch by Wim Hueskes.

CORE-10932 #resolve #comment Thanks for the patch! Commited in r71610

svn path=/trunk/; revision=71610

7 years ago[WIN32SS] Try to load the module before fetching an icon, instead of failing on a...
Mark Jansen [Fri, 10 Jun 2016 20:57:26 +0000 (20:57 +0000)]
[WIN32SS] Try to load the module before fetching an icon, instead of failing on a module that is not available in the current process. CORE-10292 #resolve

svn path=/trunk/; revision=71609

7 years ago[WRITE]: Add wordpad's icon to write.exe compatibility bootstrap.
Hermès Bélusca-Maïto [Fri, 10 Jun 2016 00:14:36 +0000 (00:14 +0000)]
[WRITE]: Add wordpad's icon to write.exe compatibility bootstrap.

svn path=/trunk/; revision=71606

7 years ago[SHELL32]: Replace icon 210 (filecab) with a valid one (coming from explorer).
Hermès Bélusca-Maïto [Thu, 9 Jun 2016 22:27:54 +0000 (22:27 +0000)]
[SHELL32]: Replace icon 210 (filecab) with a valid one (coming from explorer).

svn path=/trunk/; revision=71604

7 years ago[SERVICES]
Eric Kohl [Thu, 9 Jun 2016 21:30:48 +0000 (21:30 +0000)]
[SERVICES]
- Create a default service security descriptor.
- RCreateServiceW: Assign the default security descriptor to new services on service creation and store it in the registry.
- RQueryServiceObjectSecurity: Return the services security descriptor to the caller.

svn path=/trunk/; revision=71603

7 years ago[SOLITAIRE][SPIDER][CARDLIB]
Hermès Bélusca-Maïto [Thu, 9 Jun 2016 20:33:36 +0000 (20:33 +0000)]
[SOLITAIRE][SPIDER][CARDLIB]
- Remove the ugly WS_EX_CLIENTEDGE style from Solitaire and Spider.
- Make use of the member function parameters when calling CreateWindowEx in cardlib.
Patch by "toe_head2001".
CORE-11391

svn path=/trunk/; revision=71602

7 years ago[COMP]
Hermès Bélusca-Maïto [Thu, 9 Jun 2016 19:20:35 +0000 (19:20 +0000)]
[COMP]
- Fix the output of localized strings (and use the "well-known" PrintResourceString function already used in all the other cmdtools)
- Unconditionally increase the number of lines & the offset when performing the comparison.

svn path=/trunk/; revision=71601

7 years ago[COMP]
Hermès Bélusca-Maïto [Thu, 9 Jun 2016 19:01:47 +0000 (19:01 +0000)]
[COMP]
- Localize comp.exe. Patch + romanian translation by Stefan Fulea.
- French translation by Hermès Bélusca.
CORE-11060

svn path=/trunk/; revision=71600

7 years ago[COMP]
Hermès Bélusca-Maïto [Thu, 9 Jun 2016 18:43:36 +0000 (18:43 +0000)]
[COMP]
- The comparison buffers contain bytes, not (T)CHARs. Pointed out by Stefan Fulea in CORE-11060.
- Remove a now unnecessary comment header "history" line since we have SVN for that instead.

svn path=/trunk/; revision=71599

7 years ago[User32]
James Tabor [Thu, 9 Jun 2016 02:50:13 +0000 (02:50 +0000)]
[User32]
- Patch by Jared Smudde : Set text background the same color as the rectangle.
- Adapted by Hermès Bélusca-Maïto. Themes, see CORE-11364.

svn path=/trunk/; revision=71598

7 years agoWell no need to initialize "Ret" if we overwrite immediately its old value.
Hermès Bélusca-Maïto [Wed, 8 Jun 2016 23:08:59 +0000 (23:08 +0000)]
Well no need to initialize "Ret" if we overwrite immediately its old value.

svn path=/trunk/; revision=71597

7 years ago[WIN32K:NTGDI]: Remove redundant code.
Hermès Bélusca-Maïto [Wed, 8 Jun 2016 23:07:32 +0000 (23:07 +0000)]
[WIN32K:NTGDI]: Remove redundant code.

svn path=/trunk/; revision=71596

7 years ago[SHELL32]: Run dialog box: FillList was ANSI, now it's UNICODE! Partly rewrite Wine...
Hermès Bélusca-Maïto [Wed, 8 Jun 2016 21:53:34 +0000 (21:53 +0000)]
[SHELL32]: Run dialog box: FillList was ANSI, now it's UNICODE! Partly rewrite Wine code.

svn path=/trunk/; revision=71595

7 years ago[CONSRV]
Hermès Bélusca-Maïto [Wed, 8 Jun 2016 00:27:25 +0000 (00:27 +0000)]
[CONSRV]
Only add a history entry if console echo is enabled. This ensures that anything sent to the console when echo is disabled (e.g. binary data, or secrets like passwords...) does not remain stored in memory.

svn path=/trunk/; revision=71593

7 years ago[DHCPSVC]: It's a service, move it in the correct directory.
Hermès Bélusca-Maïto [Tue, 7 Jun 2016 23:14:58 +0000 (23:14 +0000)]
[DHCPSVC]: It's a service, move it in the correct directory.

svn path=/trunk/; revision=71592

7 years ago[CONSRV]
Hermès Bélusca-Maïto [Tue, 7 Jun 2016 22:52:44 +0000 (22:52 +0000)]
[CONSRV]
- Remove a wrong assertion that I introduced in r70281 concerning Console->LinePos.
- Fix some boundary conditions.
- Completely reset line discipline variables when the line buffer is freed.
- Fix a potential buffer overrun in the case ReadControl->nInitialChars was larger than Console->LineMaxSize (the size of Console->LineBuffer), which serves to initialize Console->LineSize, Console->LinePos, and copy nInitialChars characters from user buffer.
CORE-11380 CORE-10997 #resolve

svn path=/trunk/; revision=71591

7 years ago[SC]
Eric Kohl [Tue, 7 Jun 2016 21:51:37 +0000 (21:51 +0000)]
[SC]
Add the sdshow command.

svn path=/trunk/; revision=71590

7 years ago[RICHED20_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 11:02:39 +0000 (11:02 +0000)]
[RICHED20_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71587

7 years ago[RICHED20] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 11:01:48 +0000 (11:01 +0000)]
[RICHED20] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71586

7 years ago[MSVFW32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:59:18 +0000 (10:59 +0000)]
[MSVFW32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71585

7 years ago[OPENGL32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:58:19 +0000 (10:58 +0000)]
[OPENGL32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71584

7 years ago[QMGR] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:55:17 +0000 (10:55 +0000)]
[QMGR] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71583

7 years ago[OLEAUT32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:53:40 +0000 (10:53 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71582

7 years ago[OLEAUT32] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:51:58 +0000 (10:51 +0000)]
[OLEAUT32] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71581

7 years ago[OLE32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:49:20 +0000 (10:49 +0000)]
[OLE32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71580

7 years ago[OLE32] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:47:21 +0000 (10:47 +0000)]
[OLE32] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71579

7 years ago[PSDK] Update objbase.h. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:43:40 +0000 (10:43 +0000)]
[PSDK] Update objbase.h. CORE-11368

svn path=/trunk/; revision=71578

7 years ago[MSXML3_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:30:15 +0000 (10:30 +0000)]
[MSXML3_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71577

7 years ago[MSXML3] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:29:11 +0000 (10:29 +0000)]
[MSXML3] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71576

7 years ago[MSVIDC32] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:27:20 +0000 (10:27 +0000)]
[MSVIDC32] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71575

7 years ago[MSVFW32] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:26:22 +0000 (10:26 +0000)]
[MSVFW32] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71574

7 years ago[MSRLE32] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Tue, 7 Jun 2016 10:24:56 +0000 (10:24 +0000)]
[MSRLE32] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71573

7 years ago[APPHELP_APITEST] Extend stringtable related tests. CORE-10367
Mark Jansen [Sun, 5 Jun 2016 21:26:07 +0000 (21:26 +0000)]
[APPHELP_APITEST] Extend stringtable related tests. CORE-10367

svn path=/trunk/; revision=71572

7 years ago[COMCTL32_WINETEST]
Thomas Faber [Sun, 5 Jun 2016 21:00:22 +0000 (21:00 +0000)]
[COMCTL32_WINETEST]
- Fix copypasta'd test list entry

svn path=/trunk/; revision=71571

7 years ago[DBGHELP] GET_ENTRY => CONTAINING_RECORD.
Amine Khaldi [Sun, 5 Jun 2016 19:47:14 +0000 (19:47 +0000)]
[DBGHELP] GET_ENTRY => CONTAINING_RECORD.

svn path=/trunk/; revision=71570

7 years ago[MSCTF_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:38:56 +0000 (19:38 +0000)]
[MSCTF_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71569

7 years ago[MSCTF] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:38:23 +0000 (19:38 +0000)]
[MSCTF] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71568

7 years ago[PSDK] Update msctf.idl. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:36:59 +0000 (19:36 +0000)]
[PSDK] Update msctf.idl. CORE-11368

svn path=/trunk/; revision=71567

7 years ago[MPR_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:35:47 +0000 (19:35 +0000)]
[MPR_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71566

7 years ago[MPR] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:35:09 +0000 (19:35 +0000)]
[MPR] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71565

7 years ago[MMDEVAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:34:02 +0000 (19:34 +0000)]
[MMDEVAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71564

7 years ago[MMDEVAPI] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:33:06 +0000 (19:33 +0000)]
[MMDEVAPI] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71563

7 years ago[MGMTAPI] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:32:00 +0000 (19:32 +0000)]
[MGMTAPI] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71562

7 years ago[MCIQTZ32] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:30:31 +0000 (19:30 +0000)]
[MCIQTZ32] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71561

7 years ago[MCIAVI32] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:29:11 +0000 (19:29 +0000)]
[MCIAVI32] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71560

7 years ago[JSPROXY] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:27:31 +0000 (19:27 +0000)]
[JSPROXY] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71559

7 years ago[JSCRIPT_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:26:27 +0000 (19:26 +0000)]
[JSCRIPT_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71558

7 years ago[JSCRIPT] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:25:30 +0000 (19:25 +0000)]
[JSCRIPT] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71557

7 years ago[INETCOMM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:24:01 +0000 (19:24 +0000)]
[INETCOMM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71556

7 years ago[INETCOMM] Sync with Wine Staging 1.9.11. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:23:27 +0000 (19:23 +0000)]
[INETCOMM] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71555

7 years ago[PSDK] Update mimeole.idl. CORE-11368
Amine Khaldi [Sun, 5 Jun 2016 19:22:51 +0000 (19:22 +0000)]
[PSDK] Update mimeole.idl. CORE-11368

svn path=/trunk/; revision=71554