Jérôme Gardou [Mon, 29 Sep 2014 13:35:59 +0000 (13:35 +0000)]
[ADVAPI32_APITEST]
- Add a few tests regarding HKEY_CLASSES_ROOT special keys.
svn path=/trunk/; revision=64393
Jérôme Gardou [Mon, 29 Sep 2014 13:32:44 +0000 (13:32 +0000)]
[NDK]
- Fix KEY_NAME_INFORMATION structure
svn path=/trunk/; revision=64392
Amine Khaldi [Mon, 29 Sep 2014 13:17:17 +0000 (13:17 +0000)]
[MMDEVAPI_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64391
Amine Khaldi [Mon, 29 Sep 2014 13:16:53 +0000 (13:16 +0000)]
[MMDEVAPI]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64390
Amine Khaldi [Mon, 29 Sep 2014 13:07:46 +0000 (13:07 +0000)]
[LSASRV]
* "Fix" MSVC build. Eric, please review (MemSize is uninitialized here).
svn path=/trunk/; revision=64389
Amine Khaldi [Mon, 29 Sep 2014 12:51:45 +0000 (12:51 +0000)]
[MGMTAPI]
* Import from Wine 1.7.27.
CORE-8036 #resolve #comment Imported in r64388.
CORE-8540
svn path=/trunk/; revision=64388
Amine Khaldi [Mon, 29 Sep 2014 12:39:56 +0000 (12:39 +0000)]
[LOCALUI]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64387
Amine Khaldi [Mon, 29 Sep 2014 11:28:17 +0000 (11:28 +0000)]
[CONSRV]
* Add missing psdk dependency.
CORE-8577 #resolve #comment Fixed in r64386. Thanks!
svn path=/trunk/; revision=64386
Timo Kreuzer [Mon, 29 Sep 2014 07:34:39 +0000 (07:34 +0000)]
[NTOSKRNL]
Fix a bug I introduced in r64369.
CORE-8573
svn path=/trunk/; revision=64385
Eric Kohl [Sun, 28 Sep 2014 23:02:09 +0000 (23:02 +0000)]
[LSASRV][SECUR32]
- Implement a first version of LsaGetLogonSessionData.
- Add a simple way to disable LsaEnumerateLogonSessions and LsaGetLogonSessionData in case they cause problems.
svn path=/trunk/; revision=64384
Hermès Bélusca-Maïto [Sun, 28 Sep 2014 22:35:05 +0000 (22:35 +0000)]
[NTVDM]: Use the 0xCC (int 3) instruction as the memory fill byte.
svn path=/trunk/; revision=64383
Hermès Bélusca-Maïto [Sun, 28 Sep 2014 22:00:04 +0000 (22:00 +0000)]
[FAST486]
- Display a DPRINT when the CPU triple-faults.
- Add the Ac flag to the dump function.
svn path=/trunk/; revision=64382
Hermès Bélusca-Maïto [Sun, 28 Sep 2014 21:48:46 +0000 (21:48 +0000)]
[NTVDM]: We do not have an Extended BIOS Data Area yet. Make INT 15h, C1h report correctly this fact.
svn path=/trunk/; revision=64381
Amine Khaldi [Sun, 28 Sep 2014 20:12:26 +0000 (20:12 +0000)]
[DSOUND]
* Sync to Wine 1.3.29 in an attempt to get it working again.
* Dedicated to Daniel Reimer.
* Thanks to Sylvain for pinpointing this version.
svn path=/trunk/; revision=64379
Hermès Bélusca-Maïto [Sun, 28 Sep 2014 19:55:28 +0000 (19:55 +0000)]
[NTVDM]: The BIOS should have its BDA and BCT zero'ed out.
svn path=/trunk/; revision=64378
Amine Khaldi [Sun, 28 Sep 2014 19:11:12 +0000 (19:11 +0000)]
[JSCRIPT_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64376
Amine Khaldi [Sun, 28 Sep 2014 19:10:45 +0000 (19:10 +0000)]
[JSCRIPT]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64375
Aleksandar Andrejevic [Sun, 28 Sep 2014 19:07:27 +0000 (19:07 +0000)]
[FAST486]
Fix XLAT and OUTS.
svn path=/trunk/; revision=64374
Amine Khaldi [Sun, 28 Sep 2014 18:32:39 +0000 (18:32 +0000)]
[INETMIB1_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64373
Amine Khaldi [Sun, 28 Sep 2014 18:28:09 +0000 (18:28 +0000)]
[IMM32_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64372
Amine Khaldi [Sun, 28 Sep 2014 18:27:58 +0000 (18:27 +0000)]
[IMM32]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64371
Timo Kreuzer [Sun, 28 Sep 2014 18:24:58 +0000 (18:24 +0000)]
[GDI32_APITEST]
- Add tests for OffsetClipRgn
- Imporve ExcludeClipRect tests
svn path=/trunk/; revision=64370
Timo Kreuzer [Sun, 28 Sep 2014 18:17:14 +0000 (18:17 +0000)]
[NTOSKNRL]
Improve performance of FsRtlIsNameInExpression by using a stack buffer for backtracking of wildcard expressions. See also CR-60
svn path=/trunk/; revision=64369
Aleksandar Andrejevic [Sun, 28 Sep 2014 17:27:54 +0000 (17:27 +0000)]
[NTVDM]
Fix the calculation of TotalSize in DosCopyEnvironmentBlock.
Return the correct error code in DosLoadExecutable.
svn path=/trunk/; revision=64368
Hermès Bélusca-Maïto [Sun, 28 Sep 2014 16:27:30 +0000 (16:27 +0000)]
[NTVDM]
- Add the possibility to dump the VM memory either in text or binary mode.
- Initialize the VM memory to 0xFF to track potential memory misuses (diagnostics purposes). Things may crash, or not!
svn path=/trunk/; revision=64367
Eric Kohl [Sun, 28 Sep 2014 15:30:50 +0000 (15:30 +0000)]
[INCLUDE]
Add LsaGetLogonSessionData prototype.
svn path=/trunk/; revision=64366
Hermès Bélusca-Maïto [Sun, 28 Sep 2014 15:11:33 +0000 (15:11 +0000)]
[FAST486]: Improve the trace.
svn path=/trunk/; revision=64365
Eric Kohl [Sun, 28 Sep 2014 14:10:16 +0000 (14:10 +0000)]
[SERVICES]
Log service start, control and status change events.
svn path=/trunk/; revision=64364
James Tabor [Sun, 28 Sep 2014 11:42:24 +0000 (11:42 +0000)]
[Win32k]
- Process hardware keyboard and mouse buttons before mouse move messages. Should fix CORE-7797.
svn path=/trunk/; revision=64363
Amine Khaldi [Sun, 28 Sep 2014 11:18:16 +0000 (11:18 +0000)]
[MSTSC]
* Partial sync with rdesktop-ce to fix Windows 2008 R2 server login.
CORE-8561 #resolve #comment Should be fixed in r64362. Please retest.
svn path=/trunk/; revision=64362
Eric Kohl [Sun, 28 Sep 2014 09:19:20 +0000 (09:19 +0000)]
[MC]
- Fix service manager message ids. Message 7004 does not exist.
- Add missing service manager messages.
svn path=/trunk/; revision=64361
Hermès Bélusca-Maïto [Sat, 27 Sep 2014 23:45:24 +0000 (23:45 +0000)]
[NTVDM]: Fix a bug introduced in revision 64324, where I didn't restore the original values of CF and AX. Fix some keyboard issues in Mystery Mansion.
svn path=/trunk/; revision=64360
Timo Kreuzer [Sat, 27 Sep 2014 22:59:13 +0000 (22:59 +0000)]
[WIN32K]
Fix NtGdiExcludeClipRect. Should fix regressions from r64260.
svn path=/trunk/; revision=64359
Hervé Poussineau [Sat, 27 Sep 2014 21:07:48 +0000 (21:07 +0000)]
[NTOSKRNL] Partly implement FsRtlRegisterUncProvider/FsRtlDeregisterUncProvider
Currently only support one UNC provider at the time. Also disable mup.sys, which is not used for now.
svn path=/trunk/; revision=64358
Thomas Faber [Sat, 27 Sep 2014 20:32:22 +0000 (20:32 +0000)]
[MSVCRT]
- Move __CxxFrameHandler3 to msvcrtex. Windows 2003's dll does not export this, and their msvcrt.lib doesn't have it, but we need this to support modern compilers.
svn path=/trunk/; revision=64357
Amine Khaldi [Sat, 27 Sep 2014 20:00:19 +0000 (20:00 +0000)]
[PSDK]
* Fix PIMAGEHLP_STATUS_ROUTINE params.
svn path=/trunk/; revision=64356
Amine Khaldi [Sat, 27 Sep 2014 19:47:51 +0000 (19:47 +0000)]
[IMAGEHLP_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64355
Amine Khaldi [Sat, 27 Sep 2014 19:44:10 +0000 (19:44 +0000)]
[TRANSLATIONS]
* Second part of the russian translation update by Kudratov Olimjon.
CORE-8495 #resolve #comment Second part committed in r64354. Thanks!
svn path=/trunk/; revision=64354
Amine Khaldi [Sat, 27 Sep 2014 19:41:46 +0000 (19:41 +0000)]
[IEFRAME]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64353
Amine Khaldi [Sat, 27 Sep 2014 19:37:39 +0000 (19:37 +0000)]
[HNETCFG]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64352
Amine Khaldi [Sat, 27 Sep 2014 19:31:30 +0000 (19:31 +0000)]
[CMD_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64351
Hermès Bélusca-Maïto [Sat, 27 Sep 2014 19:16:55 +0000 (19:16 +0000)]
[NTVDM]: Reorganize code.
svn path=/trunk/; revision=64350
Amine Khaldi [Sat, 27 Sep 2014 19:13:32 +0000 (19:13 +0000)]
[TRANSLATIONS]
* Russian translation update by Kudratov Olimjon.
CORE-8495 #comment Committed in r64349. Thanks!
svn path=/trunk/; revision=64349
Amine Khaldi [Sat, 27 Sep 2014 19:04:10 +0000 (19:04 +0000)]
[HHCTRL.OCX]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64348
Amine Khaldi [Sat, 27 Sep 2014 18:21:35 +0000 (18:21 +0000)]
[WININET_WINETEST]
* Update test data to match the new certificate on winehq.org. Wine commit
bbfae5be by Hans Leidekker.
svn path=/trunk/; revision=64347
Timo Kreuzer [Sat, 27 Sep 2014 16:16:56 +0000 (16:16 +0000)]
[WIN32K]
Convert tabs to spaces
svn path=/trunk/; revision=64346
Hermès Bélusca-Maïto [Sat, 27 Sep 2014 15:33:27 +0000 (15:33 +0000)]
[NTVDM]
- When writing to port 61h, reset the PIT 2 gate only when needed.
- When the PIT 2 out signal is set, notify the speaker when there is really a change.
- PC speaker: Do not replay the same sound if it is the same.
svn path=/trunk/; revision=64345
Hermès Bélusca-Maïto [Sat, 27 Sep 2014 15:31:12 +0000 (15:31 +0000)]
[NTVDM]: Timer
- Add a hack for the signal out so that, when the PIT gate is off, no callback is called. This should be improved so that also no Out state is set, and other things too.
- Really set the out signal when the flipflop changes, in square-wave mode. Contributes to fix the speaker (see next commit).
svn path=/trunk/; revision=64344
Thomas Faber [Sat, 27 Sep 2014 14:58:40 +0000 (14:58 +0000)]
[NTOS:IO]
- Correctly set DRIVER_EXTENSION::ServiceKeyName
CORE-8566 #resolve
svn path=/trunk/; revision=64343
Thomas Faber [Sat, 27 Sep 2014 14:56:22 +0000 (14:56 +0000)]
[KMTESTS:IO]
- Test more fields of DRIVER_OBJECT
CORE-8566
svn path=/trunk/; revision=64342
Amine Khaldi [Sat, 27 Sep 2014 12:59:19 +0000 (12:59 +0000)]
[GDIPLUS_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64341
Amine Khaldi [Sat, 27 Sep 2014 12:59:00 +0000 (12:59 +0000)]
[GDIPLUS]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64340
Amine Khaldi [Sat, 27 Sep 2014 12:49:52 +0000 (12:49 +0000)]
[FUSION]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64339
Timo Kreuzer [Sat, 27 Sep 2014 12:06:03 +0000 (12:06 +0000)]
[WIN32K]
Fix _FLOATOBJ_IsLong (0 - lMant == 0 / lExp == 0 - was not evaluated as TRUE)
svn path=/trunk/; revision=64338
Amine Khaldi [Sat, 27 Sep 2014 11:58:01 +0000 (11:58 +0000)]
[DWMAPI]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64337
Amine Khaldi [Sat, 27 Sep 2014 11:46:43 +0000 (11:46 +0000)]
[DCIMAN32]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64336
Amine Khaldi [Sat, 27 Sep 2014 11:45:29 +0000 (11:45 +0000)]
[DBGHELP]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64335
Amine Khaldi [Sat, 27 Sep 2014 11:40:10 +0000 (11:40 +0000)]
[CRYPTUI]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64334
Thomas Faber [Sat, 27 Sep 2014 10:58:07 +0000 (10:58 +0000)]
[SPEC2DEF]
- Fix use of uninitialized variable
svn path=/trunk/; revision=64333
Timo Kreuzer [Sat, 27 Sep 2014 10:57:50 +0000 (10:57 +0000)]
[GDI32_APITEST]
Add another test case for ExcludeClipRect
svn path=/trunk/; revision=64332
Amine Khaldi [Sat, 27 Sep 2014 10:44:11 +0000 (10:44 +0000)]
[CRYPTNET]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64331
Amine Khaldi [Sat, 27 Sep 2014 10:36:54 +0000 (10:36 +0000)]
[CRYPT32_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64330
Amine Khaldi [Sat, 27 Sep 2014 10:36:45 +0000 (10:36 +0000)]
[CRYPT32]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64329
Amine Khaldi [Sat, 27 Sep 2014 10:29:56 +0000 (10:29 +0000)]
[PSDK]
* Update SIP_ADD_NEWPROVIDER.
CORE-8540
svn path=/trunk/; revision=64328
Amine Khaldi [Sat, 27 Sep 2014 10:28:33 +0000 (10:28 +0000)]
[MSISIP]
* Don't assign ordinals to Dll{Register,Unregister}Server() exports.
svn path=/trunk/; revision=64327
Amine Khaldi [Sat, 27 Sep 2014 10:18:07 +0000 (10:18 +0000)]
[COMDLG32_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64326
Amine Khaldi [Sat, 27 Sep 2014 10:16:40 +0000 (10:16 +0000)]
[COMDLG32]
* Sync with Wine 1.7.27.
* Translators, you're up ;)
CORE-8540
svn path=/trunk/; revision=64325
Hermès Bélusca-Maïto [Sat, 27 Sep 2014 02:17:54 +0000 (02:17 +0000)]
[NTVDM]
Implement INT 15h, AH=4Fh "Keyboard intercept", which is used by INT 9h / IRQ 1 to possibly translate scan code before any further treatment. The default implementation is a trivial one, do it à la DosBox.
svn path=/trunk/; revision=64324
Amine Khaldi [Sat, 27 Sep 2014 00:19:59 +0000 (00:19 +0000)]
[COMCTL32_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64323
Amine Khaldi [Sat, 27 Sep 2014 00:19:40 +0000 (00:19 +0000)]
[COMCTL32]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64322
Amine Khaldi [Sat, 27 Sep 2014 00:05:34 +0000 (00:05 +0000)]
[PSDK]
* Add CDRF_NOTIFYITEMERASE.
* Update commoncontrols.idl.
CORE-8540
svn path=/trunk/; revision=64321
Amine Khaldi [Sat, 27 Sep 2014 00:03:58 +0000 (00:03 +0000)]
[BCRYPT_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64320
Amine Khaldi [Sat, 27 Sep 2014 00:03:33 +0000 (00:03 +0000)]
[BCRYPT]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64319
Eric Kohl [Fri, 26 Sep 2014 23:46:59 +0000 (23:46 +0000)]
[LSASRV]
Fix memory related issues in calls to LsaEnumerateLogonSessions.
- Initialize ClientBaseAddress to NULL because we do not need to allocate a fixed memory page.
- Protect Length from being overwitten by NtWriteVirtualMemory.
svn path=/trunk/; revision=64318
Hermès Bélusca-Maïto [Fri, 26 Sep 2014 22:39:21 +0000 (22:39 +0000)]
[NTVDM]: Improve diagnostics.
svn path=/trunk/; revision=64317
Pierre Schweitzer [Fri, 26 Sep 2014 18:12:24 +0000 (18:12 +0000)]
[NTFS]
- Divert NtfsLookupFile() as NtfsLookupFileAt() to allow opening relatives to a current MFT record.
- Reimplement NtfsLookupFile() using NtfsLookupFileAt()
svn path=/trunk/; revision=64316
Pierre Schweitzer [Fri, 26 Sep 2014 17:49:05 +0000 (17:49 +0000)]
[NTFS]
Also store the MFT index in the FCB
svn path=/trunk/; revision=64315
Pierre Schweitzer [Fri, 26 Sep 2014 13:57:29 +0000 (13:57 +0000)]
[NTFS]
- Import structures and defines from FreeLdr NTFS driver header
- Import lot of code from FreeLdr NTFS driver to handle MFT & attributes
- Remove code that has been overtaken by FreeLdr code
- Adapt & port code from FreeLdr (allocation, status, data structures)
- Adapt old code to the new functions defined from FreeLdr code
- Open the MFT during volume mount and keep in VCB for further use
- Implement a function to lookup a file in the MFT given its full path
svn path=/trunk/; revision=64313
Jérôme Gardou [Fri, 26 Sep 2014 12:43:27 +0000 (12:43 +0000)]
[SPEC2DEF]
- Actually commit what was advertised in r64281
svn path=/trunk/; revision=64312
Jérôme Gardou [Fri, 26 Sep 2014 12:43:12 +0000 (12:43 +0000)]
[WIN32K]
- Simplify IntRemoveWindowProp
- Complain loudly if a NULL list entry sneaks into a window property list.
CORE-8562
svn path=/trunk/; revision=64311
Amine Khaldi [Fri, 26 Sep 2014 11:39:07 +0000 (11:39 +0000)]
[ATL][ATL80][ATL100]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64310
Amine Khaldi [Fri, 26 Sep 2014 11:28:49 +0000 (11:28 +0000)]
[PSDK]
* Update atliface.idl.
CORE-8540
svn path=/trunk/; revision=64309
Amine Khaldi [Fri, 26 Sep 2014 10:23:40 +0000 (10:23 +0000)]
[ADVPACK]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64308
Amine Khaldi [Fri, 26 Sep 2014 09:53:24 +0000 (09:53 +0000)]
[README.WINE]
* Mark the rest of DX related dlls as synced with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64307
Amine Khaldi [Fri, 26 Sep 2014 09:51:20 +0000 (09:51 +0000)]
[QUARTZ_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64306
Amine Khaldi [Fri, 26 Sep 2014 09:51:00 +0000 (09:51 +0000)]
[QUARTZ]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64305
Eric Kohl [Fri, 26 Sep 2014 09:47:02 +0000 (09:47 +0000)]
[UMPNPMGR]
Use the stdcall calling convention for the PNP_* functions and export the missing functions.
svn path=/trunk/; revision=64304
Amine Khaldi [Fri, 26 Sep 2014 09:42:33 +0000 (09:42 +0000)]
[QEDIT]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64303
Amine Khaldi [Fri, 26 Sep 2014 09:40:04 +0000 (09:40 +0000)]
[DXGI]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64302
Amine Khaldi [Fri, 26 Sep 2014 09:22:42 +0000 (09:22 +0000)]
[DPLAYX]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64301
Amine Khaldi [Fri, 26 Sep 2014 09:19:09 +0000 (09:19 +0000)]
[DMUSIC]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64300
Amine Khaldi [Fri, 26 Sep 2014 09:07:14 +0000 (09:07 +0000)]
[DINPUT8]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64299
Amine Khaldi [Fri, 26 Sep 2014 09:04:18 +0000 (09:04 +0000)]
[DINPUT_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64298
Amine Khaldi [Fri, 26 Sep 2014 09:03:58 +0000 (09:03 +0000)]
[DINPUT]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64297
Amine Khaldi [Fri, 26 Sep 2014 08:56:56 +0000 (08:56 +0000)]
[DEVENUM_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64296
Amine Khaldi [Fri, 26 Sep 2014 08:56:44 +0000 (08:56 +0000)]
[DEVENUM]
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64295
Pierre Schweitzer [Fri, 26 Sep 2014 06:41:51 +0000 (06:41 +0000)]
[NTFS]
- Divert NtfsReadSectors() into NtfsReadDisk()
- Reimplement NtfsReadSectors() using NtfsReadDisk()
svn path=/trunk/; revision=64294
Hermès Bélusca-Maïto [Thu, 25 Sep 2014 23:45:30 +0000 (23:45 +0000)]
[DHCPCSVC]: Forgot this code formatting in my previous commit.
svn path=/trunk/; revision=64293
Hermès Bélusca-Maïto [Thu, 25 Sep 2014 23:44:28 +0000 (23:44 +0000)]
[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
Hermès Bélusca-Maïto [Thu, 25 Sep 2014 22:01:42 +0000 (22:01 +0000)]
[DHCPCSVC]
- Code formatting
- Move ROS service functionalities from BSD module to where it really belongs.
svn path=/trunk/; revision=64291