Mark Jansen [Sat, 17 Sep 2016 17:54:16 +0000 (17:54 +0000)]
[ATL] Do not corrupt the internal state of the CSimpleArray when allocation fails. Patch by Katayama Hirofumi MZ. CORE-11946 #comment Committed, thanks!
svn path=/trunk/; revision=72705
Dmitry Chapyshev [Sat, 17 Sep 2016 14:04:32 +0000 (14:04 +0000)]
[NLS2TXT] Add missed check for default char
[TXT2NLS] Size of glyph table in words (create_nls uses wrong size)
svn path=/trunk/; revision=72704
Dmitry Chapyshev [Sat, 17 Sep 2016 12:41:29 +0000 (12:41 +0000)]
[NLS] Update nls files for 437 and 775 codepages
* Fixes 16 tests for ntdll:RtlGenerate8dot3Name
svn path=/trunk/; revision=72703
Dmitry Chapyshev [Sat, 17 Sep 2016 12:29:49 +0000 (12:29 +0000)]
[NLS] Added source data for NLS files (generated by nls2txt from our files)
svn path=/trunk/; revision=72702
Dmitry Chapyshev [Sat, 17 Sep 2016 12:18:28 +0000 (12:18 +0000)]
[TXT2NLS] Write correct size for wide char table
svn path=/trunk/; revision=72701
Dmitry Chapyshev [Sat, 17 Sep 2016 01:02:53 +0000 (01:02 +0000)]
[ROSAPPS] Add initial version txt2nls file converter (DBCS codepages not supported yet)
svn path=/trunk/; revision=72700
James Tabor [Fri, 16 Sep 2016 23:58:51 +0000 (23:58 +0000)]
[NtUser]
- Use desktop thread list to search for related active desktop threads. See CORE-11983.
svn path=/trunk/; revision=72699
Hermès Bélusca-Maïto [Fri, 16 Sep 2016 23:17:06 +0000 (23:17 +0000)]
[PIFMGR]: Update the 16-colour format of some icons; add new icons.
CORE-10253
svn path=/trunk/; revision=72698
Amine Khaldi [Fri, 16 Sep 2016 13:40:21 +0000 (13:40 +0000)]
[DHCPCSVC] Add registry key for DHCP domain if present in DHCP reply. By Peter Hater. CORE-10440
svn path=/trunk/; revision=72697
Thomas Faber [Fri, 16 Sep 2016 09:33:54 +0000 (09:33 +0000)]
[NTDLL_WINETEST]
- Skip exception test on WHS-Testbot... because problems...
ROSTESTS-240
svn path=/trunk/; revision=72696
Dmitry Chapyshev [Thu, 15 Sep 2016 21:47:22 +0000 (21:47 +0000)]
[NLS2TXT] Remove unneeded imports
svn path=/trunk/; revision=72695
Dmitry Chapyshev [Thu, 15 Sep 2016 21:17:03 +0000 (21:17 +0000)]
[GETUNAME] Add import library for nls2txt
svn path=/trunk/; revision=72694
Dmitry Chapyshev [Thu, 15 Sep 2016 21:13:26 +0000 (21:13 +0000)]
[ROSAPPS] Add NLS to TXT file converter
svn path=/trunk/; revision=72693
Dmitry Chapyshev [Thu, 15 Sep 2016 20:40:29 +0000 (20:40 +0000)]
[RTL] Add internal RtlpDowncaseUnicodeChar function and use instead RtlDowncaseUnicodeChar internally in RTL. RtlMultiAppendUnicodeStringBuffer parameters are specified (it is documented on: undoc.airesoft.co.uk/ntdll.dll/RtlMultiAppendUnicodeStringBuffer.php)
svn path=/trunk/; revision=72692
Dmitry Chapyshev [Thu, 15 Sep 2016 20:05:26 +0000 (20:05 +0000)]
[RTL] Add internal RtlpUpcaseUnicodeChar function and use instead RtlUpcaseUnicodeChar internally in RTL
svn path=/trunk/; revision=72691
Mark Jansen [Thu, 15 Sep 2016 19:58:29 +0000 (19:58 +0000)]
[SYSSETUP][UNATTENDED] Remove dead code for VmwInst. Found by Jared Smudde.
svn path=/trunk/; revision=72690
Mark Jansen [Thu, 15 Sep 2016 19:42:45 +0000 (19:42 +0000)]
[ATL_APITEST] Update CImage apitest to be in line with the CSimpleArray / CSimpleMap tests. Patch from Katayama Hirofumi MZ. CORE-11946 #resolve #comment Thanks!
svn path=/trunk/; revision=72689
Mark Jansen [Thu, 15 Sep 2016 19:41:03 +0000 (19:41 +0000)]
[ATL][ATL_APITEST] Implemente CSimpleArray + CSimpleMap. Based on a patch from Katayama Hirofumi MZ. CORE-11946
Most of the code is from Katayama Hirofumi MZ, the placement new / delete is written by me, based on a hint from Giannis.
svn path=/trunk/; revision=72688
Dmitry Chapyshev [Thu, 15 Sep 2016 19:35:59 +0000 (19:35 +0000)]
[RTL] Add missed IN/OUT/OPTIONAL/PAGED_CODE_RTL
svn path=/trunk/; revision=72687
Dmitry Chapyshev [Thu, 15 Sep 2016 19:17:47 +0000 (19:17 +0000)]
[RTL] Formatting only
svn path=/trunk/; revision=72686
Christoph von Wittich [Thu, 15 Sep 2016 16:12:50 +0000 (16:12 +0000)]
[SHELL32] try to fix testman hang, by "breaking" CreateViewWindow2 again
svn path=/trunk/; revision=72685
Christoph von Wittich [Thu, 15 Sep 2016 15:09:22 +0000 (15:09 +0000)]
[SHELL32] halfplement CreateViewWindow2 (SHELLVIEWID not handled yet)
svn path=/trunk/; revision=72684
Thomas Faber [Thu, 15 Sep 2016 13:37:26 +0000 (13:37 +0000)]
[LIBUSB]
- Correctly fail IRP_MN_START_DEVICE if PnpStart failed. Spotted by Vadim Galyant.
CORE-11929 #resolve
svn path=/trunk/; revision=72683
Thomas Faber [Thu, 15 Sep 2016 13:25:20 +0000 (13:25 +0000)]
[NTOS:IO]
- Avoid IRP allocation failure in IopDeleteFile and IopCloseFile. Based on a patch by Volodymyr Shcherbyna.
CORE-11959
svn path=/trunk/; revision=72682
Thomas Faber [Thu, 15 Sep 2016 13:12:02 +0000 (13:12 +0000)]
[FASTFAT]
- Acquire DirResource before MainResource in DoQuery to keep locking order consistent and avoid deadlocks. Patch by Volodymyr Shcherbyna with small modification by me.
CORE-11959 CORE-11652
svn path=/trunk/; revision=72681
Christoph von Wittich [Thu, 15 Sep 2016 08:41:17 +0000 (08:41 +0000)]
[LSASRV] check correct variable for NULL
svn path=/trunk/; revision=72680
Hermès Bélusca-Maïto [Wed, 14 Sep 2016 22:51:55 +0000 (22:51 +0000)]
Of course, as soon as you see such typos in our code, you can be 90% sure they are repeated elsewhere. And indeed they are. Fix the typos in our code (I leave them in the 3rd party code).
Concerning the fix in the NDK header I've checked that publicly available information about this structure (NirSoft website, Windows Internals book, Windows symbols...) has the member correctly named.
svn path=/trunk/; revision=72679
Amine Khaldi [Wed, 14 Sep 2016 21:30:34 +0000 (21:30 +0000)]
[INF] Fix some spelling errors. By Josh Soref. CORE-11986
svn path=/trunk/; revision=72678
Amine Khaldi [Wed, 14 Sep 2016 20:38:53 +0000 (20:38 +0000)]
[TRANSLATIONS] One step further towards improving our translations. Brought to you by Josh Soref aka timeless. CORE-11985
svn path=/trunk/; revision=72677
James Tabor [Wed, 14 Sep 2016 14:35:03 +0000 (14:35 +0000)]
[NtUser]
- Remove unneeded code and information, the problem is in focus.c:SFW. See CORE-11324.
svn path=/trunk/; revision=72676
James Tabor [Wed, 14 Sep 2016 14:15:46 +0000 (14:15 +0000)]
[NtUser]
- Fix recursion issues, CORE-8780 and CORE-11979. See CORE-11324 for breakage.
svn path=/trunk/; revision=72675
Thomas Faber [Wed, 14 Sep 2016 12:45:45 +0000 (12:45 +0000)]
[NTOS]
- Return pool quota before freeing IRPs to a lookaside list
CORE-11962 #resolve
svn path=/trunk/; revision=72674
Thomas Faber [Wed, 14 Sep 2016 11:46:19 +0000 (11:46 +0000)]
[TCPIP]
- Don't try to mark IRPs as pending when they might already be completed. For simplicity, always pend them instead.
CORE-11962
svn path=/trunk/; revision=72673
Amine Khaldi [Wed, 14 Sep 2016 10:09:02 +0000 (10:09 +0000)]
[IP] Avoid use-after-free of IPDATAGRAM_REASSEMBLY structures. By Roel Messiant. CORE-11889
svn path=/trunk/; revision=72672
Amine Khaldi [Wed, 14 Sep 2016 10:04:40 +0000 (10:04 +0000)]
[PSDK] Add PFE_EXPORT_FUNC.
svn path=/trunk/; revision=72671
Amine Khaldi [Wed, 14 Sep 2016 10:01:27 +0000 (10:01 +0000)]
[FREETYPE] Update to v2.7.0. CORE-11639
svn path=/trunk/; revision=72670
Amine Khaldi [Wed, 14 Sep 2016 08:55:23 +0000 (08:55 +0000)]
[MEDIA/INF] Add raw transport provider from msafd. By Peter Hater. CORE-10440
svn path=/trunk/; revision=72669
Dmitry Chapyshev [Wed, 14 Sep 2016 00:31:30 +0000 (00:31 +0000)]
[RTL]
- Use correct checks for illegal chars
- Build context and 8.3 name on the basis of it (context can be already presented)
* Fixes 34 tests for ntdll:RtlGenerate8dot3Name (remained 16 tests will be fixed after correction of a problem with NLS files)
svn path=/trunk/; revision=72668
Hermès Bélusca-Maïto [Tue, 13 Sep 2016 21:46:47 +0000 (21:46 +0000)]
[PIFMGR]
- Add new icons by DSP2003 under CC-BY-SA 4.0 International License Terms (the .ico and the original .png files).
- Use DSP2003's icons wherever possible, otherwise fallback to "alternative" icons or to the placeholder icon. The aim is to finally convert or create all the remaining icons using DSP2003's style.
CORE-10253
svn path=/trunk/; revision=72667
Pierre Schweitzer [Tue, 13 Sep 2016 09:57:52 +0000 (09:57 +0000)]
[NTDLL_APITEST]
RtlGenerate8dot3Name: show that we don't deal correctly with checksums while generating short names.
Dedicated to Christoph
svn path=/trunk/; revision=72666
Mark Jansen [Mon, 12 Sep 2016 18:05:22 +0000 (18:05 +0000)]
[SHELL32] Do not try to call a NULL m_pSF2Parent. CORE-11969 #comment Please retest!
svn path=/trunk/; revision=72662
Aleksandar Andrejevic [Mon, 12 Sep 2016 03:59:04 +0000 (03:59 +0000)]
[KS]
The "Add" routine is optional in the KSDEVICE_DISPATCH structure.
KsDevice.Descriptor should be initialized even if there is no device dispatch.
svn path=/trunk/; revision=72661
Hermès Bélusca-Maïto [Sun, 11 Sep 2016 20:40:41 +0000 (20:40 +0000)]
[NTDLL]: Fix misspelling.
svn path=/trunk/; revision=72660
Dmitry Chapyshev [Sun, 11 Sep 2016 20:11:35 +0000 (20:11 +0000)]
[USER32] We have to use the copy of DEVMODEA structure (having size expanded on dmDriverExtra) for support of extra data of the driver
svn path=/trunk/; revision=72659
Dmitry Chapyshev [Sun, 11 Sep 2016 19:50:16 +0000 (19:50 +0000)]
[USER32_APITEST] Add tests for EnumDisplaySettingsA
svn path=/trunk/; revision=72658
Dmitry Chapyshev [Sun, 11 Sep 2016 19:05:27 +0000 (19:05 +0000)]
[USER32] We have to use the copy of DEVMODEW structure (having size expanded on dmDriverExtra) for support of extra data of the driver
* Fixes 16 tests for EnumDisplaySettings
svn path=/trunk/; revision=72657
Christoph von Wittich [Sun, 11 Sep 2016 17:27:59 +0000 (17:27 +0000)]
[WIN32K] set lasterror in NtGdiCombineRgn
svn path=/trunk/; revision=72656
Dmitry Chapyshev [Sun, 11 Sep 2016 16:13:46 +0000 (16:13 +0000)]
[NtUser] Try to fix tests for user32:EnumDisplaySettings
svn path=/trunk/; revision=72655
Christoph von Wittich [Sun, 11 Sep 2016 13:22:33 +0000 (13:22 +0000)]
[KERNEL32] set ExitCode when terminating threads in ExitProcess as well
svn path=/trunk/; revision=72654
Christoph von Wittich [Sun, 11 Sep 2016 09:01:04 +0000 (09:01 +0000)]
[WIN32K] add missing parameter check in NtGdiArcInternal
svn path=/trunk/; revision=72653
James Tabor [Sun, 11 Sep 2016 00:58:12 +0000 (00:58 +0000)]
[USER32] - Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72652
James Tabor [Sun, 11 Sep 2016 00:58:00 +0000 (00:58 +0000)]
[USER32] - Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72651
James Tabor [Sun, 11 Sep 2016 00:57:38 +0000 (00:57 +0000)]
[USER32] - Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72650
Dmitry Chapyshev [Sat, 10 Sep 2016 22:30:53 +0000 (22:30 +0000)]
[NtUser] Unnecessary check is removed and correct value of an error code is returned
* Fixes 2 tests for win32knt_apitest:NtUserEnumDisplaySettings
svn path=/trunk/; revision=72649
Dmitry Chapyshev [Sat, 10 Sep 2016 18:39:40 +0000 (18:39 +0000)]
[NtUser] Fix 3 new tests for GET/SET NONCLIENTMETRICS, MINIMIZEDMETRICS, ICONMETRICS
svn path=/trunk/; revision=72648
Dmitry Chapyshev [Sat, 10 Sep 2016 18:36:56 +0000 (18:36 +0000)]
[WIN32KNT_APITEST] Add some tests for GET/SET NONCLIENTMETRICS, MINIMIZEDMETRICS, ICONMETRICS. It is checked in win2k3
svn path=/trunk/; revision=72647
Dmitry Chapyshev [Sat, 10 Sep 2016 17:58:32 +0000 (17:58 +0000)]
[NtUser]
- Initialize cbSize for animationinfo
- Use widechar versions of structures
svn path=/trunk/; revision=72646
Dmitry Chapyshev [Sat, 10 Sep 2016 16:17:35 +0000 (16:17 +0000)]
[WIN32KNT_APITEST]
- Remove wrong tests. Win2k3 ignores the size of structure for GET/SET NONCLIENTMETRICS, MINIMIZEDMETRICS, ICONMETRICS
[NtUser]
- Remove wrong checks
svn path=/trunk/; revision=72645
Eric Kohl [Sat, 10 Sep 2016 13:54:16 +0000 (13:54 +0000)]
[NTOSKRNL]
Fix lock/unlock order in SeLockSubjectContext/SeUnlockSubjectContext.
Patch by Volodymyr Shcherbyna.
CORE-11966 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=72644
Christoph von Wittich [Sat, 10 Sep 2016 11:40:54 +0000 (11:40 +0000)]
[CRT] sync ischira.c to wine 1.9.16
svn path=/trunk/; revision=72643
Christoph von Wittich [Sat, 10 Sep 2016 07:18:50 +0000 (07:18 +0000)]
[CRT] fix build
svn path=/trunk/; revision=72642
Christoph von Wittich [Sat, 10 Sep 2016 06:52:50 +0000 (06:52 +0000)]
[CRT] sync wtoi64.c with wine 1.9.16
svn path=/trunk/; revision=72641
Christoph von Wittich [Sat, 10 Sep 2016 06:20:10 +0000 (06:20 +0000)]
[SETUPAPI] sync diskspace.c with wine 1.9.16
svn path=/trunk/; revision=72640
Dmitry Chapyshev [Fri, 9 Sep 2016 23:03:42 +0000 (23:03 +0000)]
[NtUser]
- Initialize cbSize filed for HIGHCONTRASTW
- SOUNDSENTRY -> SOUNDSENTRYW
- Add checks of size for SPI_GETHIGHCONTRAST and SPI_SETHIGHCONTRAST
svn path=/trunk/; revision=72639
Dmitry Chapyshev [Fri, 9 Sep 2016 22:39:25 +0000 (22:39 +0000)]
[NtUser]
- LPICONMETRICS -> LPICONMETRICSW
svn path=/trunk/; revision=72638
Amine Khaldi [Fri, 9 Sep 2016 22:26:55 +0000 (22:26 +0000)]
[WIN32K] Fix the size passed to UserSystemParametersInfo(). Addresses test issues revealed by r72636.
svn path=/trunk/; revision=72637
Dmitry Chapyshev [Fri, 9 Sep 2016 20:44:34 +0000 (20:44 +0000)]
[WIN32KNT_APITEST]
- Fix copypasta
[NTUSER]
- User's buffer has to be checked before check of size parameters, differently we cannot safely check the sizes of structures
svn path=/trunk/; revision=72636
Dmitry Chapyshev [Fri, 9 Sep 2016 20:27:31 +0000 (20:27 +0000)]
[WIN32NT_APITEST]
- Add some tests for NtUserSystemParametersInfo
svn path=/trunk/; revision=72635
Christoph von Wittich [Fri, 9 Sep 2016 17:40:53 +0000 (17:40 +0000)]
[CRT] add #ifdef for easier syncing
svn path=/trunk/; revision=72634
Christoph von Wittich [Fri, 9 Sep 2016 17:22:29 +0000 (17:22 +0000)]
[CRT] sync strxfrm.c to wine-1.9.16
svn path=/trunk/; revision=72633
Christoph von Wittich [Fri, 9 Sep 2016 16:54:55 +0000 (16:54 +0000)]
[CRT] _strtoi64_l should crash on NULL pointer
svn path=/trunk/; revision=72632
James Tabor [Fri, 9 Sep 2016 15:12:04 +0000 (15:12 +0000)]
[NtGDI]
- Remove unneeded return sets.
svn path=/trunk/; revision=72630
James Tabor [Fri, 9 Sep 2016 15:07:42 +0000 (15:07 +0000)]
[NtGDI]
- Fix remaining Path test results. Include Flat Path for Stroke Path. See CORE-4990.
svn path=/trunk/; revision=72628
James Tabor [Fri, 9 Sep 2016 14:30:44 +0000 (14:30 +0000)]
[NtGDI]
- Fix Ellipse Path test results. See CORE-4990.
svn path=/trunk/; revision=72627
Dmitry Chapyshev [Thu, 8 Sep 2016 22:46:42 +0000 (22:46 +0000)]
[WIN32K]
- Add missed checks of size
- Initialize cbSize field of structures
* Fixes 6 tests for win32knt_apitest:NtUserSystemParametersInfo
svn path=/trunk/; revision=72626
James Tabor [Thu, 8 Sep 2016 22:37:41 +0000 (22:37 +0000)]
[NtGDI]
- Fix Path issues, Sync/Port wine. See CORE-4990 (Fill Path painting?), CORE-9612 (Fixed) and CORE-11916 (Fixed). Maybe more.
- Pen width might be related to another issue outside Path. See CORE-2527.
svn path=/trunk/; revision=72625
Amine Khaldi [Thu, 8 Sep 2016 20:25:30 +0000 (20:25 +0000)]
[WIN32K] Add some missing parameter checks. Fixes all but 4 tests in win32knt:NtUserEnumDisplaySettings. By Peter Hater. CORE-11524
svn path=/trunk/; revision=72624
Amine Khaldi [Thu, 8 Sep 2016 20:18:41 +0000 (20:18 +0000)]
[WIN32K] Fix a crash in win32knt:NTUserSystemParametersInfo tests. Brought to you by Peter Hater. CORE-11525
svn path=/trunk/; revision=72623
Thomas Faber [Thu, 8 Sep 2016 11:01:43 +0000 (11:01 +0000)]
[OLE32]
- Gracefully handle NULL clipbrd in clipbrd_wndproc. This is probably not the right fix, but avoids crashing for now.
CORE-11905
svn path=/trunk/; revision=72622
Amine Khaldi [Thu, 8 Sep 2016 10:56:41 +0000 (10:56 +0000)]
[CRT] Apply Wine commit
190c67c by Piotr Caban: Fix __pioinfo block size. CORE-11866
svn path=/trunk/; revision=72621
Amine Khaldi [Thu, 8 Sep 2016 09:36:26 +0000 (09:36 +0000)]
[USER32_WINETEST] Enable the skipped part of clipboard.c as the issue documented in CORE-11953 doesn't happen in the KVM testbot.
svn path=/trunk/; revision=72620
Aleksandar Andrejevic [Thu, 8 Sep 2016 01:23:06 +0000 (01:23 +0000)]
[PSDK]
KsStreamPointerUnlock returns VOID, not NTSTATUS.
svn path=/trunk/; revision=72619
Aleksandar Andrejevic [Thu, 8 Sep 2016 01:18:35 +0000 (01:18 +0000)]
[PSDK]
Add definitions for KsPinGetLeadingEdgeStreamPointer and KsStreamPointerUnlock.
svn path=/trunk/; revision=72618
Amine Khaldi [Wed, 7 Sep 2016 23:29:52 +0000 (23:29 +0000)]
[WS2_32_WINETEST] Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72617
Amine Khaldi [Wed, 7 Sep 2016 23:24:48 +0000 (23:24 +0000)]
[USER32_WINETEST] Sync with Wine Staging 1.9.18. One skipped part of clipboard.c is documented in CORE-11953
svn path=/trunk/; revision=72616
Amine Khaldi [Wed, 7 Sep 2016 22:45:39 +0000 (22:45 +0000)]
[SHELL32_WINETEST] Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72615
Amine Khaldi [Wed, 7 Sep 2016 22:43:09 +0000 (22:43 +0000)]
[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72614
Amine Khaldi [Wed, 7 Sep 2016 22:35:17 +0000 (22:35 +0000)]
[SERVICES_WINETEST] Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72613
Amine Khaldi [Wed, 7 Sep 2016 22:34:15 +0000 (22:34 +0000)]
[MSVCRT_WINETEST] Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72612
Amine Khaldi [Wed, 7 Sep 2016 22:32:56 +0000 (22:32 +0000)]
[KERNEL32_WINETEST] Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72611
Amine Khaldi [Wed, 7 Sep 2016 22:12:51 +0000 (22:12 +0000)]
[GDI32_WINETEST] Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72610
Dmitry Chapyshev [Wed, 7 Sep 2016 18:52:09 +0000 (18:52 +0000)]
[NTOS]
- Add missed _SEH2_YIELD's
svn path=/trunk/; revision=72609
Dmitry Chapyshev [Wed, 7 Sep 2016 17:34:17 +0000 (17:34 +0000)]
[NTOS:EX]
- Use ExAcquirePushLockShared instead ExAcquirePushLockExclusive (and move it outside enumeration)
- Don't leave a enumeration at ReqSize > Size. It is used for calculation of the size
- ObjectHeader->Type field currupted and I do not know who spoils it. Commented.
- Remove unneeded SEH
svn path=/trunk/; revision=72608
Aleksandar Andrejevic [Wed, 7 Sep 2016 14:38:58 +0000 (14:38 +0000)]
[VGADDI]
Explain how VGA write mode 2 works. No code changes!
CORE-8164
svn path=/trunk/; revision=72607
Amine Khaldi [Wed, 7 Sep 2016 09:31:52 +0000 (09:31 +0000)]
[CRT] Sync _cputs() with Wine Staging 1.9.16. CORE-11866 CORE-8546
svn path=/trunk/; revision=72606
James Tabor [Wed, 7 Sep 2016 06:33:44 +0000 (06:33 +0000)]
[Win32k]
- Fix a crash while running modified stress test with explorer. See CORE-11913.
svn path=/trunk/; revision=72605
James Tabor [Wed, 7 Sep 2016 03:24:12 +0000 (03:24 +0000)]
[NtGdi]
- Remove Path for MoveTo and Polyline. It is not needed.
- Fix build.
svn path=/trunk/; revision=72604
James Tabor [Wed, 7 Sep 2016 03:20:18 +0000 (03:20 +0000)]
[NtGdi]
- Remove Path for MoveTo. It is not needed.
svn path=/trunk/; revision=72603
Aleksandar Andrejevic [Wed, 7 Sep 2016 01:16:47 +0000 (01:16 +0000)]
[PSDK]
Add a definition for KsReleaseDevice to ks.h.
svn path=/trunk/; revision=72602
Ged Murphy [Tue, 6 Sep 2016 20:53:43 +0000 (20:53 +0000)]
[PSDK]
- Add flt error codes to winerror.h
svn path=/trunk/; revision=72601