Eric Kohl
cd97d921f9
[UMPNPMGR]
...
Use the stdcall calling convention for the PNP_* functions and export the missing functions.
svn path=/trunk/; revision=64304
2014-09-26 09:47:02 +00:00
Amine Khaldi
b809b0c635
[QEDIT]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64303
2014-09-26 09:42:33 +00:00
Amine Khaldi
b8bad25e37
[DXGI]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64302
2014-09-26 09:40:04 +00:00
Amine Khaldi
13b90aabc8
[DPLAYX]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64301
2014-09-26 09:22:42 +00:00
Amine Khaldi
03c321a925
[DMUSIC]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64300
2014-09-26 09:19:09 +00:00
Amine Khaldi
98c5be0de9
[DINPUT8]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64299
2014-09-26 09:07:14 +00:00
Amine Khaldi
4d5aeba7ed
[DINPUT_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64298
2014-09-26 09:04:18 +00:00
Amine Khaldi
763fcede5f
[DINPUT]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64297
2014-09-26 09:03:58 +00:00
Amine Khaldi
91a2201417
[DEVENUM_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64296
2014-09-26 08:56:56 +00:00
Amine Khaldi
f1ae13f27c
[DEVENUM]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64295
2014-09-26 08:56:44 +00:00
Pierre Schweitzer
a9a99db331
[NTFS]
...
- Divert NtfsReadSectors() into NtfsReadDisk()
- Reimplement NtfsReadSectors() using NtfsReadDisk()
svn path=/trunk/; revision=64294
2014-09-26 06:41:51 +00:00
Hermès Bélusca-Maïto
507f6b105a
[DHCPCSVC]: Forgot this code formatting in my previous commit.
...
svn path=/trunk/; revision=64293
2014-09-25 23:45:30 +00:00
Hermès Bélusca-Maïto
33f5eed378
[UMPNPMGR]
...
- Turn the user-mode PnP Manager into a dll, as it is in Windows. However, on Windows 2k/XP/2k3, the dll is managed by services.exe (the SC Manager) (and its entry point name hardcoded in it), whereas on Vista/7+ it is managed by svchost.exe . Since we do not support external dll hardcoded services management in services.exe, make it svchost-compatible instead.
- In the .spec file, we mention that a few API set is exported (in stdcall), but we use it also for RPC, and therefore one has to fix somewhere the calling conventions.
- Add/modify the registry entries accordingly.
svn path=/trunk/; revision=64292
2014-09-25 23:44:28 +00:00
Hermès Bélusca-Maïto
12afcc85bd
[DHCPCSVC]
...
- Code formatting
- Move ROS service functionalities from BSD module to where it really belongs.
svn path=/trunk/; revision=64291
2014-09-25 22:01:42 +00:00
Pierre Schweitzer
52858fdcec
[NTFS]
...
Allow opening the NTFS volume in NtfsCreateFile()
svn path=/trunk/; revision=64290
2014-09-25 20:21:34 +00:00
Amine Khaldi
b143976e60
[KERNEL32_VISTA]
...
* Too much C, Arch ;)
svn path=/trunk/; revision=64289
2014-09-25 20:20:12 +00:00
Pierre Schweitzer
17b30a2024
[NTFS]
...
- Create the volume FCB and save it in VCB.
- Fix a memory leak
svn path=/trunk/; revision=64288
2014-09-25 20:15:00 +00:00
Amine Khaldi
2370abb48a
[D3DXOF]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64287
2014-09-25 19:49:32 +00:00
Amine Khaldi
48e0c746fd
[D3DX9_*]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64286
2014-09-25 19:46:26 +00:00
Amine Khaldi
b5a2ac0266
[D3DCOMPILER_43]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64285
2014-09-25 19:38:09 +00:00
Amine Khaldi
2b48c4a4b1
[KERNEL32_VISTA]
...
* Fix MSVC build.
svn path=/trunk/; revision=64284
2014-09-25 19:37:02 +00:00
Jérôme Gardou
af46c1ee60
[KERNEL32]
...
- Get rid of the GetTickCount64 export, now in kernel32_vista.dll
- Add a few "-norelay" clauses when relay tracing is enabled
svn path=/trunk/; revision=64283
2014-09-25 18:25:55 +00:00
Jérôme Gardou
bb26155bdd
[KERNEL32]
...
- Introduce kernel32_vista.dll, aiming at adding implementation of vista+ routines (for wine modules) without screwing kernel32 export list.
[MSI][PDH][SNMPAPI]
- Link to kernel32_vista
svn path=/trunk/; revision=64282
2014-09-25 18:25:47 +00:00
Jérôme Gardou
9d617372d5
[SPEC2DEF/CMAKE]
...
- add a way to enable "relay tracing" (à la wine) to modules.
This uses wine's TRACE routine, debug channel being "relay"
Use "WITH_RELAY" argument to cmake macro spec2def to activate.
svn path=/trunk/; revision=64281
2014-09-25 18:25:02 +00:00
Amine Khaldi
901b5ce0ed
[README.WINE]
...
* Mark iexplore as synced with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64280
2014-09-25 15:42:43 +00:00
Amine Khaldi
3c45f4ae32
[URLMON_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64279
2014-09-25 15:40:15 +00:00
Amine Khaldi
55e685f554
[URLMON]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64278
2014-09-25 15:39:47 +00:00
Amine Khaldi
3fe664306e
[WININET_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64277
2014-09-25 15:31:51 +00:00
Amine Khaldi
00a55fe1f3
[WININET]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64276
2014-09-25 15:31:21 +00:00
Amine Khaldi
3b4680b994
[PSDK]
...
* Add InternetCookieState and INTERNET_COOKIE_HTTPONLY.
CORE-8540
svn path=/trunk/; revision=64275
2014-09-25 15:22:04 +00:00
Amine Khaldi
7b4237a1a6
[WINHTTP_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64274
2014-09-25 15:10:35 +00:00
Amine Khaldi
2b0d345d20
[WINHTTP]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64273
2014-09-25 15:10:02 +00:00
Amine Khaldi
0c945e0937
[WINHTTP]
...
* Addendum to r64270.
svn path=/trunk/; revision=64272
2014-09-25 15:05:25 +00:00
Amine Khaldi
efe3813cb3
[JSPROXY]
...
* Import from Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64271
2014-09-25 15:02:29 +00:00
Amine Khaldi
fd6cdd27f3
[WINE/DEBUG]
...
* Define debugstr_variant and co globally to avoid code duplication.
CORE-8540
svn path=/trunk/; revision=64270
2014-09-25 14:59:07 +00:00
Thomas Faber
5a5f7ea43b
[SECURE32]
...
- Avoid uninitialized variable use aka fix MSVC build
svn path=/trunk/; revision=64269
2014-09-25 14:53:32 +00:00
Amine Khaldi
7290f0eee6
[PSDK]
...
* Add AutoProxyHelperVtbl, AutoProxyHelperFunctions and AUTO_PROXY_SCRIPT_BUFFER.
CORE-8540
svn path=/trunk/; revision=64268
2014-09-25 14:43:29 +00:00
Thomas Faber
bff55bbd93
[USBHUB][USBUHCI][CDROM_NEW]
...
- Remove dead code. By Kudratov Olimjon.
CORE-8545
svn path=/trunk/; revision=64267
2014-09-25 12:41:40 +00:00
Eric Kohl
ed83e65c34
[SECUR32][LSASRV][LSALIB]
...
- Move the stubs LsaEnumerateLogonSessions, LsaGetLogonSessionData, LsaRegisterPolicyChangeNotification and LsaUnregisterPolicyChangeNotification from lsalib to secur32, because these functions are exported by secur32.dll only.
- Add new LPC connection code to secur32.dll for use by non-logon related functions.
- Implement LsaEnumerateLogonSessions in secur32.dll and LsapEnumLogonSessions in lsasrv.dll.
svn path=/trunk/; revision=64266
2014-09-25 12:37:19 +00:00
Pierre Schweitzer
6feab772ca
[NTFS]
...
Compute index record size on mount and save it.
svn path=/trunk/; revision=64265
2014-09-25 06:36:14 +00:00
Timo Kreuzer
545f0b4e64
[CRT]
...
Add arm stub for __chkstk, dedicated to Z98
svn path=/trunk/; revision=64264
2014-09-24 23:12:34 +00:00
Sylvain Petreolle
d1009f1f63
[BUTTERFLIES]
...
Fix MSVC build.
Dedicated to Hermès :p
svn path=/trunk/; revision=64263
2014-09-24 22:18:51 +00:00
Timo Kreuzer
cdb844e88c
[WIN32K]
...
- Improve performance of XFORMOBJ_bXformFixPoints by getting the integer values from the FLOATOBJ once instead of on every iteration
svn path=/trunk/; revision=64261
2014-09-24 21:27:47 +00:00
Timo Kreuzer
ae5b9eb418
[WIN32K]
...
- Implement REGION_SubtractRectFromRgn
- Rewrite NtGdiExcludeClipRect, fixing a number of gdi32 apitests
svn path=/trunk/; revision=64260
2014-09-24 21:23:03 +00:00
Thomas Faber
4ef9449b30
[EVENTVWR][TELNET][USETUP]
...
- Remove dead code. Patch by Kudratov Olimjon.
CORE-8545
svn path=/trunk/; revision=64259
2014-09-24 21:05:29 +00:00
Thomas Faber
39aa1d8448
[WINED3D]
...
- Use correct FXCAPS constant in wined3d_get_device_caps. Spotted by Kudratov Olimjon.
CORE-8545
svn path=/trunk/; revision=64258
2014-09-24 20:58:00 +00:00
Alex Ionescu
ecdedb6593
[NDK]: A few minor updates.
...
svn path=/trunk/; revision=64256
2014-09-24 16:00:35 +00:00
Timo Kreuzer
5669230795
[GDI32_APITEST]
...
Add tests for ExcludeClipRect, convert tabs to spaces
svn path=/trunk/; revision=64254
2014-09-24 08:35:30 +00:00
Jérôme Gardou
359dfe2af9
[WIN32K]
...
- Add a debug print to help, well..., debugging.
svn path=/trunk/; revision=64253
2014-09-23 23:28:22 +00:00
Jérôme Gardou
7e45898193
[HIVESFT]
...
- Add the AddTrust Certificate root.
Now Oracle servers can be reached with SSL.
svn path=/trunk/; revision=64252
2014-09-23 23:28:08 +00:00