Commit graph

58895 commits

Author SHA1 Message Date
Timo Kreuzer
56af6d9a25 [RTL/NTOSKRNL]
Rename AVL tree functions with macros when included from Mm. This is necessary since the compiler might chose to not inline these functions (and does so on MSVC debug builds) yet only generate one instance of the function, where 2 different versions are required. This caused RtlAvlTree functions to fail on MSVC builds, since they were calling the functions compiled for Mm AVL trees!

svn path=/trunk/; revision=64664
2014-10-11 12:40:24 +00:00
Thomas Faber
a747a1b3f5 [APPLICATIONS]
- Remove broken casts

svn path=/trunk/; revision=64663
2014-10-11 12:39:50 +00:00
Thomas Faber
d4378d8e20 [USER32][SCRNSAVE]
- Remove broken casts

svn path=/trunk/; revision=64662
2014-10-11 12:34:25 +00:00
Thomas Faber
8dec287d97 [CONSRV]
- Fix buffer overflows

svn path=/trunk/; revision=64661
2014-10-11 12:13:27 +00:00
Thomas Faber
5046f274d4 [MPLAY32]
- Fix broken casts

svn path=/trunk/; revision=64660
2014-10-11 11:14:33 +00:00
Timo Kreuzer
049c7c4a6f [WSHTCPIP]
Fix a bug that manifests in an ASSERT on MSVC builds

svn path=/trunk/; revision=64659
2014-10-11 10:26:45 +00:00
Timo Kreuzer
55134312a8 [NTDLL]
Don't assert that the caller of exported APIs passes correct parameters.

svn path=/trunk/; revision=64658
2014-10-11 08:52:33 +00:00
James Tabor
7564a04e43 [Win32k]
- Patch by Matteo Bruni : Don't overflow the buffer in GetGlyphOutline.


svn path=/trunk/; revision=64657
2014-10-11 05:34:30 +00:00
Aleksandar Andrejevic
1618cfa1f2 [FAST486]
Update the copyright year.
Implement the first batch of FPU instructions. These are still experimental.


svn path=/trunk/; revision=64656
2014-10-10 23:07:14 +00:00
Amine Khaldi
8b43551c8c [MSIEXEC]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64655
2014-10-10 11:41:31 +00:00
Amine Khaldi
fd993b97d5 [RPCSS]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64654
2014-10-10 11:38:00 +00:00
Amine Khaldi
624d93ddbf [WINHLP32]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64653
2014-10-10 11:18:49 +00:00
Amine Khaldi
f120ae1fb5 [XCOPY]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64652
2014-10-10 11:17:12 +00:00
Amine Khaldi
0743d5f83b [README.WINE]
* Forgot to mark wmic in my previous commit.
CORE-8540

svn path=/trunk/; revision=64651
2014-10-10 11:16:02 +00:00
Jérôme Gardou
5c280291ad [ADVAPI32]
- CreateProcessAsUser: properly kill the created process on failure case.

svn path=/trunk/; revision=64650
2014-10-10 09:55:54 +00:00
Amine Khaldi
87a377ece6 [WMIC]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64649
2014-10-09 13:06:27 +00:00
Amine Khaldi
59df91f2ea [TASKKILL]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64648
2014-10-09 13:03:36 +00:00
Amine Khaldi
613952ea4c [REG]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64647
2014-10-09 12:56:53 +00:00
Amine Khaldi
35502aa854 [INETCPL]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64645
2014-10-09 12:45:51 +00:00
Amine Khaldi
d94a8fc528 [README.WINE]
* Mark some dlls as synced with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64644
2014-10-09 11:13:31 +00:00
Amine Khaldi
91ae1e51ff [WININET]
* Update resource files.
CORE-8540

svn path=/trunk/; revision=64643
2014-10-09 11:12:38 +00:00
Amine Khaldi
dd8b43e979 [MSVIDC32]
* Improve header inclusions in resource files.

svn path=/trunk/; revision=64642
2014-10-09 11:11:26 +00:00
Amine Khaldi
01544e6f80 [MAPI32]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64641
2014-10-09 11:09:58 +00:00
Amine Khaldi
bafdc2c641 [LOCALUI]
* Improve header inclusions in resource files.

svn path=/trunk/; revision=64640
2014-10-09 11:09:02 +00:00
Amine Khaldi
0c260ba437 [LOCALSPL]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64639
2014-10-09 11:07:09 +00:00
Amine Khaldi
d4efd9150a [ICCVID]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64638
2014-10-09 11:06:02 +00:00
Amine Khaldi
e1a96d633f [CRYPTDLG]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64637
2014-10-09 11:05:02 +00:00
Amine Khaldi
db043b176e [CRYPTDLG]
* Don't assign ordinals to Dll{Register,Unregister}Server() exports.

svn path=/trunk/; revision=64636
2014-10-09 11:03:45 +00:00
Amine Khaldi
e9e9186a9e [CRYPT32]
* Update a couple resource files.
CORE-8540

svn path=/trunk/; revision=64635
2014-10-09 11:02:04 +00:00
Amine Khaldi
1f18addca1 [CREDUI]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64634
2014-10-09 11:00:21 +00:00
Amine Khaldi
31acfbc742 [AVIFIL32]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64633
2014-10-09 10:58:48 +00:00
Amine Khaldi
7f1d80afea [MINGW/INTRIN]
* Silence a Clang warning about returning from a noreturn function.
CORE-8516

svn path=/trunk/; revision=64632
2014-10-09 10:57:10 +00:00
Jérôme Gardou
7200f7a6ea reapply r64621 aka revert r64628, with various fixes:
[WSHTCPIP]
 - Fix swapped function parameters
[TCPIP]
 - Re-enable some code which got lost because of me being unable to decipher this indentation mess.

svn path=/trunk/; revision=64629
2014-10-08 21:58:10 +00:00
Jérôme Gardou
f1065f12f0 Revert r64621.
It breaks internet connections.

svn path=/trunk/; revision=64628
2014-10-08 21:16:00 +00:00
Amine Khaldi
9f99bfd1de [XMLLITE_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64627
2014-10-08 20:04:18 +00:00
Amine Khaldi
b2d7b6e3ba [XMLLITE]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64626
2014-10-08 20:02:37 +00:00
Pierre Schweitzer
55fe55e6c5 [NTFS]
Hello, please don't leak memory.
Cheers.

Spotted by Thomas

svn path=/trunk/; revision=64625
2014-10-08 20:02:09 +00:00
Amine Khaldi
60d23c0d1d [WLDAP32]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64624
2014-10-08 19:57:11 +00:00
Amine Khaldi
cb69955da5 [WINTRUST_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64623
2014-10-08 19:51:36 +00:00
Amine Khaldi
4dd1c81706 [WINTRUST]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64622
2014-10-08 19:51:13 +00:00
Jérôme Gardou
6971881771 [WSHTCPIP]
- Implement IPPROTO_TCP:TCP_NODELAY case in WSHSetSocketInformation
[TCPIP]
 - Implement setting TCP_SOCKET_NODELAY connection property.

svn path=/trunk/; revision=64621
2014-10-08 19:50:38 +00:00
Jérôme Gardou
02a37b6bd9 [PSDK]
- Fix mismatch between DEV_BROADCAST_DEVICEINTERFACE_W and  DEV_BROADCAST_DEVICEINTERFACE_A
 - Add  DEV_BROADCAST_HANDLE structure definition

svn path=/trunk/; revision=64620
2014-10-08 19:50:23 +00:00
Jérôme Gardou
ebcacdec7a [NTOS/SE]
- Correctly reference/dereference token object when the set token is already in use.

svn path=/trunk/; revision=64619
2014-10-08 19:50:14 +00:00
Pierre Schweitzer
e679240501 [NTFS]
- Add missing defines about file attributes
- Implement NtfsFCBIsDirectory()

Source: http://bos.asmhackers.net/docs/filesystems/ntfs/filename.html

svn path=/trunk/; revision=64618
2014-10-08 19:45:33 +00:00
Pierre Schweitzer
011e52835b [NTFS]
- Add a directory entry into FCB which will be a copy of the $FILE_NAME attribute of the FILE record. Though, it won't contain the name itself (in the FCB instead), so keep first char NULL and length 0.
- Implement its support (which requires opening the FILE record 5 first) for root FCB creation.

svn path=/trunk/; revision=64617
2014-10-08 19:32:21 +00:00
Amine Khaldi
afe0ca9945 [WINDOWSCODECS_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64616
2014-10-08 19:32:14 +00:00
Amine Khaldi
cf3d7a4c7e [WINDOWSCODECS]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64615
2014-10-08 19:30:33 +00:00
Pierre Schweitzer
b679bea004 [NTFS]
ReadFileRecord() returns a NTSTATUS

svn path=/trunk/; revision=64614
2014-10-08 19:25:00 +00:00
Amine Khaldi
1505056d55 [PSDK]
* Update iads.idl.
CORE-8540

svn path=/trunk/; revision=64613
2014-10-08 19:19:01 +00:00
Amine Khaldi
89e96775ab [WBEMPROX_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64612
2014-10-08 19:18:00 +00:00