reactos.git
10 years ago[WINMM]
Amine Khaldi [Wed, 1 Jan 2014 21:54:58 +0000 (21:54 +0000)]
[WINMM]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61480

10 years ago[WININET]
Amine Khaldi [Wed, 1 Jan 2014 21:52:15 +0000 (21:52 +0000)]
[WININET]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61479

10 years ago[WINHTTP]
Amine Khaldi [Wed, 1 Jan 2014 21:42:31 +0000 (21:42 +0000)]
[WINHTTP]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61478

10 years ago[WINDOWSCODECS]
Amine Khaldi [Wed, 1 Jan 2014 21:40:23 +0000 (21:40 +0000)]
[WINDOWSCODECS]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61477

10 years ago[WDMAUD.DRV]
Amine Khaldi [Wed, 1 Jan 2014 18:55:10 +0000 (18:55 +0000)]
[WDMAUD.DRV]
* Do not define NDEBUG globally. Fixes build.

svn path=/trunk/; revision=61476

10 years ago[WDMAUD.DRV]
Amine Khaldi [Wed, 1 Jan 2014 18:50:14 +0000 (18:50 +0000)]
[WDMAUD.DRV]
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61475

10 years ago[WBEMPROX]
Amine Khaldi [Wed, 1 Jan 2014 18:41:23 +0000 (18:41 +0000)]
[WBEMPROX]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61474

10 years ago[WBEMDISP]
Amine Khaldi [Wed, 1 Jan 2014 18:35:06 +0000 (18:35 +0000)]
[WBEMDISP]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61473

10 years ago[VDMDBG]
Amine Khaldi [Wed, 1 Jan 2014 18:31:40 +0000 (18:31 +0000)]
[VDMDBG]
* We don't need a PCH for one source file.
CORE-7716

svn path=/trunk/; revision=61472

10 years ago[VBSCRIPT]
Amine Khaldi [Wed, 1 Jan 2014 18:29:51 +0000 (18:29 +0000)]
[VBSCRIPT]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61471

10 years ago[RICHED20]
Amine Khaldi [Wed, 1 Jan 2014 18:22:31 +0000 (18:22 +0000)]
[RICHED20]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61470

10 years ago[REACTOS]
Hermès Bélusca-Maïto [Tue, 31 Dec 2013 23:00:54 +0000 (23:00 +0000)]
[REACTOS]
ReactOS 1.0 patch.

~=~=~= --_'_-- \o/ !!!! Happy New Year 2014 !!!! \o/ --_'_-- =~=~=~

Update bootlogo, WinLogon image (see rev. 58144 for details) etc...

svn path=/trunk/; revision=61469

10 years ago[NTOSKRNL]
Hermès Bélusca-Maïto [Tue, 31 Dec 2013 20:47:05 +0000 (20:47 +0000)]
[NTOSKRNL]
Fix user-mode access of pointers. From a patch by Sven Bjorn (private communication) and Aleksander Andrejevic.
"[...]In the routine NtSetTimerResolution() the pointer "CurrentResolution" is
checked using ProbeForWriteUlong(), but it is then accessed outside of a try-block.
This should be an error, since the user mode memory can become invalid at any point
in time and thus potentially make the kernel crash on access.
[...]"
CORE-7387 #comment A fix by Sven Bjorn was committed in revision 61468, thanks :)

svn path=/trunk/; revision=61468

10 years ago[ADVAPI32]
Eric Kohl [Tue, 31 Dec 2013 09:05:31 +0000 (09:05 +0000)]
[ADVAPI32]
LogonUserW: Convert the logon type and pass it to LsaLogonUser.

svn path=/trunk/; revision=61467

10 years ago[NTOSKRNL]
Jérôme Gardou [Mon, 30 Dec 2013 22:42:31 +0000 (22:42 +0000)]
[NTOSKRNL]
 - Fix compilation when not compiling in KDBG support.

svn path=/trunk/; revision=61466

10 years ago[SYSSETUP]
Eric Kohl [Mon, 30 Dec 2013 22:38:14 +0000 (22:38 +0000)]
[SYSSETUP]
Run an interactive logon for the administrator instead of a network logon.

svn path=/trunk/; revision=61465

10 years ago[SACDRV]
Jérôme Gardou [Mon, 30 Dec 2013 22:00:49 +0000 (22:00 +0000)]
[SACDRV]
 - Fix unsigned vs 0 comparison

svn path=/trunk/; revision=61464

10 years ago[DESK.CPL]
Jérôme Gardou [Mon, 30 Dec 2013 19:30:35 +0000 (19:30 +0000)]
[DESK.CPL]
 - remove unused variable

svn path=/trunk/; revision=61463

10 years ago[ACPI]
Eric Kohl [Sun, 29 Dec 2013 11:14:09 +0000 (11:14 +0000)]
[ACPI]
Take the processor information from HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0 and pass it to the device manager.
CORE-5960 #comment Still WIP.

svn path=/trunk/; revision=61461

10 years ago[MSV1_0]
Eric Kohl [Sat, 28 Dec 2013 23:47:04 +0000 (23:47 +0000)]
[MSV1_0]
- Code clean-up.
- Take the user RID and pimary group RID from the user info data.

svn path=/trunk/; revision=61460

10 years ago- Fix TC edit control NULL pointer. See CORE-7695.
James Tabor [Sat, 28 Dec 2013 06:52:28 +0000 (06:52 +0000)]
- Fix TC edit control NULL pointer. See CORE-7695.

svn path=/trunk/; revision=61458

10 years ago[LSASRV][MSV1_0]
Eric Kohl [Sat, 28 Dec 2013 01:45:36 +0000 (01:45 +0000)]
[LSASRV][MSV1_0]
- Add default group SIDs to the token groups list (WorldSID aka Everyone and the logon type SID).
- Remove these SIDs from the hard-coded list.

svn path=/trunk/; revision=61457

10 years ago[UXTHEME]
Amine Khaldi [Sat, 28 Dec 2013 00:19:58 +0000 (00:19 +0000)]
[UXTHEME]
* Set the default debugging channel globally through the main header.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61456

10 years ago[USP10]
Amine Khaldi [Fri, 27 Dec 2013 23:54:47 +0000 (23:54 +0000)]
[USP10]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61455

10 years ago[INCLUDE/CRT]
Amine Khaldi [Fri, 27 Dec 2013 23:35:30 +0000 (23:35 +0000)]
[INCLUDE/CRT]
* Don't use __MINGW32__ because of some stupid 3rd party code setup of ours (I'm looking at you, libxml2).
* Fixes MSVC build.

svn path=/trunk/; revision=61454

10 years ago[URLMON]
Amine Khaldi [Fri, 27 Dec 2013 23:11:32 +0000 (23:11 +0000)]
[URLMON]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
* Improve the GUIDs situation.
* Dedicated to the newborn Olivia !
CORE-7716

svn path=/trunk/; revision=61453

10 years ago* Fix MSVC build.
Amine Khaldi [Fri, 27 Dec 2013 22:58:57 +0000 (22:58 +0000)]
* Fix MSVC build.

svn path=/trunk/; revision=61452

10 years ago[INCLUDE/CRT]
Jérôme Gardou [Fri, 27 Dec 2013 16:25:52 +0000 (16:25 +0000)]
[INCLUDE/CRT]
 - add intrin.h which redirects to compiler specific version
 - Do not add a global include directory for two headers
 - Update float.h accordingly

svn path=/trunk/; revision=61450

10 years ago[MOUNTMGR]
Pierre Schweitzer [Fri, 27 Dec 2013 16:19:03 +0000 (16:19 +0000)]
[MOUNTMGR]
Fix a typo.
Spotted by Thomas

svn path=/trunk/; revision=61449

10 years ago[TWAIN_32]
Amine Khaldi [Fri, 27 Dec 2013 14:08:56 +0000 (14:08 +0000)]
[TWAIN_32]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61448

10 years ago[TAPI32]
Amine Khaldi [Fri, 27 Dec 2013 14:01:01 +0000 (14:01 +0000)]
[TAPI32]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61447

10 years ago[SPOOLSS]
Amine Khaldi [Fri, 27 Dec 2013 13:42:21 +0000 (13:42 +0000)]
[SPOOLSS]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61446

10 years ago[SHLWAPI]
Amine Khaldi [Fri, 27 Dec 2013 13:34:32 +0000 (13:34 +0000)]
[SHLWAPI]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61445

10 years ago[SFC]
Amine Khaldi [Fri, 27 Dec 2013 11:34:31 +0000 (11:34 +0000)]
[SFC]
* We don't need a PCH for one source file.
CORE-7716

svn path=/trunk/; revision=61444

10 years ago[SETUPAPI]
Amine Khaldi [Fri, 27 Dec 2013 11:32:40 +0000 (11:32 +0000)]
[SETUPAPI]
* Set the default debugging channel globally through the main header.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61443

10 years ago[SCRRUN]
Amine Khaldi [Fri, 27 Dec 2013 11:14:56 +0000 (11:14 +0000)]
[SCRRUN]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61442

10 years ago[SCRRUN]
Amine Khaldi [Fri, 27 Dec 2013 10:33:34 +0000 (10:33 +0000)]
[SCRRUN]
* Fix a typo in the header guard.
CORE-7716

svn path=/trunk/; revision=61441

10 years ago[SCHANNEL]
Amine Khaldi [Fri, 27 Dec 2013 10:31:09 +0000 (10:31 +0000)]
[SCHANNEL]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61440

10 years ago[SAMSRV]
Amine Khaldi [Fri, 27 Dec 2013 10:25:26 +0000 (10:25 +0000)]
[SAMSRV]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61439

10 years ago[SAMLIB]
Amine Khaldi [Fri, 27 Dec 2013 10:19:43 +0000 (10:19 +0000)]
[SAMLIB]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61438

10 years ago[RPCRT4]
Amine Khaldi [Fri, 27 Dec 2013 10:14:26 +0000 (10:14 +0000)]
[RPCRT4]
* Create a main header and move some inclusions to it.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61437

10 years ago[MSI]
Amine Khaldi [Fri, 27 Dec 2013 09:56:20 +0000 (09:56 +0000)]
[MSI]
* Include msidefs.h after propidl.h to prevent that dreadful PID_SECURITY two values problem.
CORE-7724 #resolve #comment Should be fixed in r61436.

svn path=/trunk/; revision=61436

10 years ago[LSASRV][MSV1_0]
Eric Kohl [Thu, 26 Dec 2013 19:20:33 +0000 (19:20 +0000)]
[LSASRV][MSV1_0]
- Add local group SIDs to the token groups list (LocalSID and LogonSID).
- Remove these SIDs from the hard-coded list.

svn path=/trunk/; revision=61433

10 years ago[QMGR]
Amine Khaldi [Thu, 26 Dec 2013 19:19:09 +0000 (19:19 +0000)]
[QMGR]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61432

10 years ago[PROPSYS]
Amine Khaldi [Thu, 26 Dec 2013 19:11:46 +0000 (19:11 +0000)]
[PROPSYS]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61431

10 years ago[OLEDLG]
Amine Khaldi [Thu, 26 Dec 2013 19:01:25 +0000 (19:01 +0000)]
[OLEDLG]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61430

10 years ago[OLEAUT32]
Amine Khaldi [Thu, 26 Dec 2013 18:50:10 +0000 (18:50 +0000)]
[OLEAUT32]
* Create a main header and move some inclusions to it.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61429

10 years ago[FREELDR]
Timo Kreuzer [Thu, 26 Dec 2013 16:58:56 +0000 (16:58 +0000)]
[FREELDR]
Improve heap allocations by using tags and using the temp heap for all temporary allocations that will not be used by the kernel. This avoids heap fragmentation for the default heap. Increase the temp heap size to 32 MB and limit the size of the cache to the temp heap size minus 128 KB to avoid exhausting the heap with cache data. See CORE-4413.
This commit is dedicated to Ronja, my beloved cat who passed away on 5th of December. Rest in peace, little Schnuppel.

svn path=/trunk/; revision=61428

10 years ago[OLE32]
Amine Khaldi [Thu, 26 Dec 2013 16:07:35 +0000 (16:07 +0000)]
[OLE32]
* Create a main header and move some inclusions to it.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61427

10 years ago[NEWDEV]
Amine Khaldi [Thu, 26 Dec 2013 13:30:44 +0000 (13:30 +0000)]
[NEWDEV]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61426

10 years ago[NETSHELL]
Amine Khaldi [Thu, 26 Dec 2013 13:02:46 +0000 (13:02 +0000)]
[NETSHELL]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61425

10 years ago[MSXML3]
Amine Khaldi [Thu, 26 Dec 2013 12:57:01 +0000 (12:57 +0000)]
[MSXML3]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61424

10 years ago[INCLUDE]
Eric Kohl [Thu, 26 Dec 2013 09:28:33 +0000 (09:28 +0000)]
[INCLUDE]
Fix the value of the INHERITED_ACE flag. It is either 16 or 0x10 but never 10.

svn path=/trunk/; revision=61423

10 years ago- Synced to Wine-1.7.9.
James Tabor [Thu, 26 Dec 2013 06:34:56 +0000 (06:34 +0000)]
- Synced to Wine-1.7.9.

svn path=/trunk/; revision=61422

10 years ago[MOUNTMGR]
Pierre Schweitzer [Wed, 25 Dec 2013 22:47:30 +0000 (22:47 +0000)]
[MOUNTMGR]
Implement MountMgrQueryDosVolumePath

svn path=/trunk/; revision=61421

10 years ago[DDK]
Pierre Schweitzer [Wed, 25 Dec 2013 22:25:36 +0000 (22:25 +0000)]
[DDK]
Remove stray '\'

svn path=/trunk/; revision=61420

10 years ago[MSTASK]
Amine Khaldi [Wed, 25 Dec 2013 21:09:20 +0000 (21:09 +0000)]
[MSTASK]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61418

10 years ago[MSPORTS]
Amine Khaldi [Wed, 25 Dec 2013 21:02:45 +0000 (21:02 +0000)]
[MSPORTS]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61417

10 years ago[MSI]
Amine Khaldi [Wed, 25 Dec 2013 20:42:59 +0000 (20:42 +0000)]
[MSI]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61416

10 years ago[][LSASRV][MSV1_0]
Eric Kohl [Wed, 25 Dec 2013 18:15:53 +0000 (18:15 +0000)]
[][LSASRV][MSV1_0]
- Move the creation of the token owner SID from msv1_0 to lsasrv.
- If the user is a member of the administrators group, the adminstrators group becomes the owner of the token. Otheriwse, the user is the owner of the token.

svn path=/trunk/; revision=61415

10 years ago[MSHTML]
Amine Khaldi [Wed, 25 Dec 2013 17:40:49 +0000 (17:40 +0000)]
[MSHTML]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61414

10 years ago[MSGINA]
Amine Khaldi [Wed, 25 Dec 2013 15:55:48 +0000 (15:55 +0000)]
[MSGINA]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61413

10 years ago[MSCTF]
Amine Khaldi [Wed, 25 Dec 2013 15:51:35 +0000 (15:51 +0000)]
[MSCTF]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61412

10 years ago[MSCOREE]
Amine Khaldi [Wed, 25 Dec 2013 15:31:19 +0000 (15:31 +0000)]
[MSCOREE]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61411

10 years ago[MMDEVAPI]
Amine Khaldi [Wed, 25 Dec 2013 15:19:53 +0000 (15:19 +0000)]
[MMDEVAPI]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61410

10 years ago[MAPI32]
Amine Khaldi [Wed, 25 Dec 2013 15:03:21 +0000 (15:03 +0000)]
[MAPI32]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61409

10 years ago* Remove incorrect headers.
Amine Khaldi [Wed, 25 Dec 2013 14:56:05 +0000 (14:56 +0000)]
* Remove incorrect headers.

svn path=/trunk/; revision=61408

10 years ago[ITSS]
Amine Khaldi [Wed, 25 Dec 2013 14:53:25 +0000 (14:53 +0000)]
[ITSS]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61407

10 years ago[INETCOMM]
Amine Khaldi [Wed, 25 Dec 2013 14:46:47 +0000 (14:46 +0000)]
[INETCOMM]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61406

10 years ago[HNETCFG]
Amine Khaldi [Wed, 25 Dec 2013 14:36:37 +0000 (14:36 +0000)]
[HNETCFG]
* Remove unneeded inclusion.
CORE-7716

svn path=/trunk/; revision=61405

10 years ago[ITSS_GUID]
Amine Khaldi [Wed, 25 Dec 2013 14:26:18 +0000 (14:26 +0000)]
[ITSS_GUID]
* We no longer need this library.

svn path=/trunk/; revision=61404

10 years ago[HHCTRL.OCX]
Amine Khaldi [Wed, 25 Dec 2013 14:23:09 +0000 (14:23 +0000)]
[HHCTRL.OCX]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61403

10 years ago[AVIFIL32]
Amine Khaldi [Wed, 25 Dec 2013 13:27:32 +0000 (13:27 +0000)]
[AVIFIL32]
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61402

10 years ago[LSASRV][MSV1_0]
Eric Kohl [Wed, 25 Dec 2013 13:24:42 +0000 (13:24 +0000)]
[LSASRV][MSV1_0]
- Move the creation of the default DACL from msv1_0 to lsasrv. Create the default DACL only if the selected authentication package does not provide one.

svn path=/trunk/; revision=61401

10 years ago[MSACM32]
Amine Khaldi [Wed, 25 Dec 2013 11:46:57 +0000 (11:46 +0000)]
[MSACM32]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61400

10 years ago[LSASRV]
Eric Kohl [Wed, 25 Dec 2013 11:36:17 +0000 (11:36 +0000)]
[LSASRV]
Set session data after the logon token has been created. Still WIP.

svn path=/trunk/; revision=61399

10 years ago[MPR]
Amine Khaldi [Wed, 25 Dec 2013 11:26:57 +0000 (11:26 +0000)]
[MPR]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61398

10 years ago[MMDEVAPI]
Amine Khaldi [Wed, 25 Dec 2013 11:10:09 +0000 (11:10 +0000)]
[MMDEVAPI]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61397

10 years ago* The infamous "Forgot this file"...
Amine Khaldi [Wed, 25 Dec 2013 10:42:48 +0000 (10:42 +0000)]
* The infamous "Forgot this file"...

svn path=/trunk/; revision=61396

10 years ago[MMDRV]
Amine Khaldi [Wed, 25 Dec 2013 10:39:58 +0000 (10:39 +0000)]
[MMDRV]
* Move some inclusions to the main header.
* Do not include debug.h into the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61395

10 years ago[I8042PRT]
Amine Khaldi [Wed, 25 Dec 2013 10:25:08 +0000 (10:25 +0000)]
[I8042PRT]
* A better way of handling GUIDs thanks to Timo.
CORE-7716

svn path=/trunk/; revision=61394

10 years ago[USBSTOR]
Amine Khaldi [Wed, 25 Dec 2013 10:21:22 +0000 (10:21 +0000)]
[USBSTOR]
* A better way of handling GUIDs thanks to Timo.
CORE-7716

svn path=/trunk/; revision=61393

10 years ago[MCIAVI32]
Amine Khaldi [Tue, 24 Dec 2013 22:56:27 +0000 (22:56 +0000)]
[MCIAVI32]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61392

10 years ago[MAPI32]
Amine Khaldi [Tue, 24 Dec 2013 22:50:09 +0000 (22:50 +0000)]
[MAPI32]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
* Remove inclusions that already exist in the main resource file.
CORE-7716

svn path=/trunk/; revision=61391

10 years ago[LSASRV]
Amine Khaldi [Tue, 24 Dec 2013 22:26:13 +0000 (22:26 +0000)]
[LSASRV]
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61388

10 years ago* Forgot this file.
Amine Khaldi [Tue, 24 Dec 2013 21:56:03 +0000 (21:56 +0000)]
* Forgot this file.

svn path=/trunk/; revision=61387

10 years ago[JSCRIPT]
Amine Khaldi [Tue, 24 Dec 2013 21:47:58 +0000 (21:47 +0000)]
[JSCRIPT]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61386

10 years ago[ITSS]
Amine Khaldi [Tue, 24 Dec 2013 21:45:30 +0000 (21:45 +0000)]
[ITSS]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61385

10 years ago[I8042PRT]
Amine Khaldi [Tue, 24 Dec 2013 21:16:17 +0000 (21:16 +0000)]
[I8042PRT]
* Define INITGUID in the main header.
CORE-7716

svn path=/trunk/; revision=61384

10 years ago[INETCOMM]
Amine Khaldi [Tue, 24 Dec 2013 21:14:27 +0000 (21:14 +0000)]
[INETCOMM]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61383

10 years ago[IMAGEHLP]
Amine Khaldi [Tue, 24 Dec 2013 21:02:32 +0000 (21:02 +0000)]
[IMAGEHLP]
* Create a main header and move some inclusions to it.
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61382

10 years ago[USBSTOR]
Amine Khaldi [Tue, 24 Dec 2013 20:58:27 +0000 (20:58 +0000)]
[USBSTOR]
* Define INITGUID in the main header.
CORE-7716

svn path=/trunk/; revision=61381

10 years ago[IEFRAME]
Amine Khaldi [Tue, 24 Dec 2013 20:56:17 +0000 (20:56 +0000)]
[IEFRAME]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61380

10 years ago[USBUHCI]
Amine Khaldi [Tue, 24 Dec 2013 20:54:29 +0000 (20:54 +0000)]
[USBUHCI]
* Move some inclusions and definitions to the main header.
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61379

10 years ago[HNETCFG]
Amine Khaldi [Tue, 24 Dec 2013 20:45:58 +0000 (20:45 +0000)]
[HNETCFG]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61378

10 years ago[USBOHCI]
Amine Khaldi [Tue, 24 Dec 2013 20:42:53 +0000 (20:42 +0000)]
[USBOHCI]
* Move some inclusions and definitions to the main header.
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61377

10 years ago[LOCALSPL]
Amine Khaldi [Tue, 24 Dec 2013 20:40:55 +0000 (20:40 +0000)]
[LOCALSPL]
* Move some inclusions to the main header.
* Extract the resource related definitions into resource.h and include it in both the main header and the resource file.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61376

10 years ago[HLINK]
Amine Khaldi [Tue, 24 Dec 2013 11:32:15 +0000 (11:32 +0000)]
[HLINK]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61367

10 years ago[XCOPY]
Amine Khaldi [Tue, 24 Dec 2013 11:29:44 +0000 (11:29 +0000)]
[XCOPY]
* Fix the resources that reference parameters.
CORE-7720 #resolve #comment Fixed in r61366. Thanks !

svn path=/trunk/; revision=61366

10 years ago[HID]
Amine Khaldi [Mon, 23 Dec 2013 19:02:14 +0000 (19:02 +0000)]
[HID]
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61363