Amine Khaldi
e266d4ec1d
[XDK] Add missing THREAD_QUERY_LIMITED_INFORMATION.
...
svn path=/trunk/; revision=70044
2015-11-23 08:51:18 +00:00
Amine Khaldi
1937c7aecb
[PSDK] Update SYSGEOTYPE.
...
svn path=/trunk/; revision=70043
2015-11-22 22:28:45 +00:00
Thomas Faber
5d85efdaa2
[FASTFAT]
...
- Don't leak FCBs, Arch ;)
svn path=/trunk/; revision=70042
2015-11-22 21:46:58 +00:00
Daniel Reimer
349767312c
[RAPPS]
...
Fix typo.
svn path=/trunk/; revision=70041
2015-11-22 21:31:35 +00:00
Thomas Faber
8d0ff31cca
[SHELL][RAPPS_NEW]
...
- Don't call placement new on static objects. The constructors work just fine.
CORE-10562 #resolve
svn path=/trunk/; revision=70040
2015-11-22 21:13:14 +00:00
Thomas Faber
b04664ddad
[CRT]
...
- Don't call global constructors twice on MSVC builds
CORE-10562
svn path=/trunk/; revision=70039
2015-11-22 20:49:47 +00:00
Thomas Faber
af005cf46b
[BASESRV]
...
- Return the unique ID from BaseSrvGetTempFile instead of an NTSTATUS. Fixes GetTempFile when using kernel32.dll from Windows.
svn path=/trunk/; revision=70038
2015-11-22 18:15:49 +00:00
Eric Kohl
317a71e165
[KERNEL32]
...
GetDriveTypeW: Use neither CreateFileW nor InternalOpenDirW to open the drive, because both functions call SetLastError upon failure. This can cause failing checks in lines 23, 44 and 59 of the kernel32_apitest:GetDriveType test. Use NtOpenFile instead.
svn path=/trunk/; revision=70037
2015-11-22 17:55:40 +00:00
Amine Khaldi
2c92b82772
[PSDK] Fix D3DRMRENDER_PHONG definition.
...
svn path=/trunk/; revision=70036
2015-11-22 16:37:03 +00:00
Amine Khaldi
a6967368cb
[D3DCOMPILER_43] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70035
2015-11-22 16:34:38 +00:00
Amine Khaldi
1ddbf387f1
[PSDK] Update d3dcompiler.h. CORE-10536
...
svn path=/trunk/; revision=70034
2015-11-22 16:34:06 +00:00
Amine Khaldi
6bda4e6b5c
[D3D8][D3D9][DDRAW][WINED3D] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70033
2015-11-22 15:58:59 +00:00
Amine Khaldi
64b57ca4a1
[D3DX9_36] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70032
2015-11-22 15:41:58 +00:00
Amine Khaldi
123d834eb6
[DXSDK] Update d3dx9shader.h. CORE-10536
...
svn path=/trunk/; revision=70031
2015-11-22 15:40:43 +00:00
Amine Khaldi
e27385797f
[D3DX9_*] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70030
2015-11-22 15:39:50 +00:00
Amine Khaldi
7ec10f4b08
[DXSDK] Update d3dx9mesh.h. CORE-10536
...
svn path=/trunk/; revision=70029
2015-11-22 15:31:57 +00:00
Amine Khaldi
38e6e2592a
[AMSTREAM_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70028
2015-11-22 15:31:28 +00:00
Amine Khaldi
4dc5d956b9
[AMSTREAM] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70027
2015-11-22 15:31:10 +00:00
Amine Khaldi
99821fd255
[DXSDK] Update axcore.idl. CORE-10536
...
svn path=/trunk/; revision=70026
2015-11-22 15:30:29 +00:00
Pierre Schweitzer
2490e1bb26
[IPHLPAPI]
...
- Implement TCPSendIoctl() to issue IOCTLs to network stack. We should use global handles to \Device\Ip & such, but as iphlpapi doesn't have such feature yet, a hack is here to workaround.
- Implement SendARP() using the TCPSendIoctl() function. So far, it doesn't work, as tcpip.sys is missing appropriate code path.
svn path=/trunk/; revision=70025
2015-11-22 14:47:42 +00:00
Pierre Schweitzer
f9f8694325
[PSDK]
...
Define the IOCTL_QUERY_IP_HW_ADDRESS which allows asking for ARP probe
svn path=/trunk/; revision=70024
2015-11-22 14:47:40 +00:00
Thomas Faber
e38b0c1eb4
[CRT_APITEST]
...
- Add tests for static object destructors. Patch by Mark Jansen.
CORE-10562
svn path=/trunk/; revision=70023
2015-11-22 14:01:04 +00:00
Thomas Faber
3aee20e0d8
[CRT_APITEST]
...
- Fix dll loading in static_construct test
CORE-10562
svn path=/trunk/; revision=70022
2015-11-22 13:51:19 +00:00
Amine Khaldi
37c4fd4f08
[MSACM32.DRV] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70021
2015-11-22 10:30:59 +00:00
Amine Khaldi
4928944469
[MSACM32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70020
2015-11-22 10:29:55 +00:00
Amine Khaldi
44622b906d
[PSDK] Add missing WAVE_FORMAT_MSRT24 and MM_FHGIIS_MPEGLAYER3_PROFESSIONAL.
...
svn path=/trunk/; revision=70019
2015-11-22 10:29:18 +00:00
Amine Khaldi
80a73ead06
[MSACM32] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70018
2015-11-22 10:27:33 +00:00
Amine Khaldi
b355176a29
[LOCALUI] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70017
2015-11-22 10:26:00 +00:00
Amine Khaldi
b2439ce951
[IMAGEHLP_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70016
2015-11-22 10:24:13 +00:00
Amine Khaldi
25dafb9f48
[IMAGEHLP] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70015
2015-11-22 10:24:00 +00:00
Amine Khaldi
d34d37d0af
[CREDUI_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70014
2015-11-22 10:20:50 +00:00
Amine Khaldi
f27bbdfa4d
[CREDUI] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70013
2015-11-22 10:20:05 +00:00
Amine Khaldi
27c78c0db8
[PSDK] Add missing CRED_MAX_CREDENTIAL_BLOB_SIZE.
...
svn path=/trunk/; revision=70012
2015-11-22 10:19:20 +00:00
Amine Khaldi
34aa71a66f
[PSDK] Update sspi.h. Annotate SspiPromptForCredentialsW(). CORE-10536
...
svn path=/trunk/; revision=70011
2015-11-22 10:17:55 +00:00
Amine Khaldi
1d811fbe79
[WININET_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70010
2015-11-22 10:15:42 +00:00
Amine Khaldi
aed4f73af0
[WININET] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70009
2015-11-22 10:15:25 +00:00
Amine Khaldi
583130c90b
[WINHTTP_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70008
2015-11-22 10:13:49 +00:00
Amine Khaldi
19bc65b1ac
[WINHTTP] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70007
2015-11-22 10:13:38 +00:00
Daniel Reimer
90b8e671eb
[TRANSLATIONS]
...
Update German translations
svn path=/trunk/; revision=70006
2015-11-22 10:12:31 +00:00
Amine Khaldi
b8bf016b6e
[INCLUDES/WINE] Update winternl.h. CORE-10536
...
svn path=/trunk/; revision=70005
2015-11-22 10:11:14 +00:00
Amine Khaldi
0f9490317d
[GDIPLUS_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70004
2015-11-22 10:10:22 +00:00
Amine Khaldi
90f9f5716d
[GDIPLUS] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=70003
2015-11-22 10:10:02 +00:00
Amine Khaldi
ce5456e567
[PSDK] Update gdipluspixelformats.h. CORE-10536
...
svn path=/trunk/; revision=70002
2015-11-22 10:09:04 +00:00
Robert Naumann
84d8c79180
[EXPLORER] -Implement The "Add...", "Advanced" and "Clear" buttons of the Startmenu customization dialog
...
-Enable some controls that shouldn't be disabled -> Spotted by Jared
-Yesterday I heard the whispered word "alphabet", correctly order file/fuction names
svn path=/trunk/; revision=70001
2015-11-22 09:28:45 +00:00
Hermès Bélusca-Maïto
58f084ebff
[WORDPAD]
...
- Add document icon to wordpad.
[SHELL32]
- Add FriendlyTypeName support to HCR_MapTypeToValueW as well.
- Sync HCR_GetClassNameA ReactOS additions into HCR_GetClassNameW.
[NOTEPAD][SHIMGVW]
- Add localized FriendlyTypeName file type strings.
[SHELL32][HIVECLS]
Update the FriendlyTypeName file type strings.
This commit is an addendum to revision range r32966-r32969 and r32973.
svn path=/trunk/; revision=69999
2015-11-22 03:25:38 +00:00
Aleksandar Andrejevic
c69fc844a0
[CRT]
...
Check for positive and negative infinity in exp().
svn path=/trunk/; revision=69998
2015-11-22 01:12:34 +00:00
Sylvain Petreolle
910057b92a
French translations updates for newdev and taskmgr.
...
svn path=/trunk/; revision=69997
2015-11-21 16:59:41 +00:00
Amine Khaldi
86345c31fe
[MSI_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69996
2015-11-21 16:45:05 +00:00
Amine Khaldi
9c595b7465
[MSI] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69995
2015-11-21 16:44:38 +00:00
Hermès Bélusca-Maïto
02ab2bf42c
[HIVECLS]: Few reorderings only.
...
svn path=/trunk/; revision=69994
2015-11-21 15:08:10 +00:00