Commit graph

18373 commits

Author SHA1 Message Date
Royce Mitchell III
dccb79c6ac remove xml.h/cpp's dependancy on exception.h/cpp - in preparation to move xml.h/cpp and ssprintf.h/ccp out of rbuild directory since buildno uses them too
svn path=/trunk/; revision=19674
2005-11-27 06:34:50 +00:00
Steven Edwards
d80446e3a9 more crt, crtdll and msvcrt cleanup
svn path=/trunk/; revision=19673
2005-11-27 06:20:33 +00:00
Royce Mitchell III
67482da46e msvc compatibility
svn path=/trunk/; revision=19672
2005-11-27 05:54:05 +00:00
Royce Mitchell III
9f87d33ef0 msvc compatibility
svn path=/trunk/; revision=19671
2005-11-27 05:53:01 +00:00
Steven Edwards
4ff9658852 inline -> __inline
svn path=/trunk/; revision=19670
2005-11-27 05:50:19 +00:00
Brandon Turner
589f2e1ef1 Don't hardcode user to .DEFAULT when reading registry
svn path=/trunk/; revision=19669
2005-11-27 04:16:53 +00:00
Alex Ionescu
a06e494e71 - Update selector names to official names and define/use the MODE and RPL masks for more portable/clean code.
svn path=/trunk/; revision=19668
2005-11-27 03:08:35 +00:00
Alex Ionescu
344d90ee35 - Fix a typo causing a potentially fatal bug in user-mode exceptions. Might fix hpoussin's bub.
svn path=/trunk/; revision=19667
2005-11-27 03:07:22 +00:00
Alex Ionescu
54f50543c1 - Add DDK alignment macros and move/rename the ones in the NDK for user-mode only (since kernel-mode should use the DDK ones).
- Fix helper.h's alignment macros to protect properly and also use a faster implementation.
- Update NDK readme.

svn path=/trunk/; revision=19666
2005-11-27 02:55:13 +00:00
Gé van Geldorp
9ac03e5aae Use correct prototype for DbgPrint. Thanks to Hartmut for pointing this out.
svn path=/trunk/; revision=19665
2005-11-26 23:26:04 +00:00
Sebastian Gasiorek
1a1c4e47a7 fixed resource id for performance button
svn path=/trunk/; revision=19664
2005-11-26 23:17:32 +00:00
Alex Ionescu
041685b356 - Fix/take decisions on the minor NDK FIXMEs.
svn path=/trunk/; revision=19662
2005-11-26 22:51:59 +00:00
Casper Hornstrup
a9e40a27fb Fix dependencies that cause trouble
svn path=/trunk/; revision=19661
2005-11-26 22:12:15 +00:00
Thomas Bluemel
627e9bcca8 fixed difference in signedness warning
svn path=/trunk/; revision=19660
2005-11-26 21:15:35 +00:00
Sebastian Gasiorek
ea7792e99e - fixed removing keys from menu
- changed RegDeleteKeyRecursive to SHDeleteKey (based on wine regedit code)

svn path=/trunk/; revision=19659
2005-11-26 20:22:45 +00:00
Casper Hornstrup
5dc8d86423 Speed up compilation of win32k (again)
svn path=/trunk/; revision=19658
2005-11-26 20:18:49 +00:00
Casper Hornstrup
d7977db150 Speed up compilation of taskmgr
svn path=/trunk/; revision=19657
2005-11-26 20:05:14 +00:00
Casper Hornstrup
7bc29d41d3 Speed up compilation of usetup
svn path=/trunk/; revision=19656
2005-11-26 19:53:55 +00:00
Casper Hornstrup
ffbdfdd66d Speed up compilation of smss
svn path=/trunk/; revision=19655
2005-11-26 19:43:36 +00:00
Casper Hornstrup
223bd2540c Speed up compilation of win32k.sys
svn path=/trunk/; revision=19654
2005-11-26 19:25:14 +00:00
Casper Hornstrup
68aaa2743a Include regtests.h only once
svn path=/trunk/; revision=19653
2005-11-26 18:54:28 +00:00
Casper Hornstrup
91896cbb6a Update with missing symbols
svn path=/trunk/; revision=19652
2005-11-26 18:53:26 +00:00
Casper Hornstrup
04e4874370 Register shdocvw.dll during second stage setup
svn path=/trunk/; revision=19651
2005-11-26 18:45:06 +00:00
Casper Hornstrup
77e8078452 * Implement <autoregister>
* Autogenerate syssetup.inf


svn path=/trunk/; revision=19650
2005-11-26 18:43:46 +00:00
Thomas Bluemel
5e8cfa7579 fixed wrong comment
svn path=/trunk/; revision=19649
2005-11-26 18:24:43 +00:00
Thomas Bluemel
a3ac3f00d6 Revert Filip's last 4 changes on his request as they break booting
svn path=/trunk/; revision=19648
2005-11-26 17:43:06 +00:00
Thomas Bluemel
0a92dbc27d display the device properties when double-clicking a device
svn path=/trunk/; revision=19647
2005-11-26 17:07:54 +00:00
Thomas Bluemel
c7f5d8268c implemented the general device information page
svn path=/trunk/; revision=19646
2005-11-26 16:54:56 +00:00
Thomas Bluemel
520fe4b055 add stub for SetupDiLoadClassIcon
svn path=/trunk/; revision=19645
2005-11-26 16:54:15 +00:00
Sebastian Gasiorek
aad3fdde87 fixed changing registry value after name
svn path=/trunk/; revision=19644
2005-11-26 16:46:53 +00:00
Hartmut Birr
80ffb9c7c9 Fix a typo in my last commit.
svn path=/trunk/; revision=19643
2005-11-26 16:39:27 +00:00
Filip Navara
fdbe611710 Fix splitting of cells (noticed by Hartmut).
svn path=/trunk/; revision=19642
2005-11-26 16:36:18 +00:00
Hartmut Birr
405f0b60f1 Don't use the OldIrql value from fmutex after releasing it.
svn path=/trunk/; revision=19641
2005-11-26 16:35:23 +00:00
Hartmut Birr
6a8246e478 Save the old irql in ExTryToAcquireFastMutex.
svn path=/trunk/; revision=19640
2005-11-26 16:08:27 +00:00
Hartmut Birr
b5831e218d Fixed CcTryToAcquireBrokenMutex.
svn path=/trunk/; revision=19639
2005-11-26 16:04:33 +00:00
Filip Navara
623d562f09 Don't make cells smaller than they are.
svn path=/trunk/; revision=19638
2005-11-26 15:23:25 +00:00
Filip Navara
f5b5975917 Don't make cells smaller than they are.
svn path=/trunk/; revision=19637
2005-11-26 15:22:33 +00:00
Filip Navara
3abd7f4b55 Don't make cells smaller than they are.
svn path=/trunk/; revision=19636
2005-11-26 15:21:44 +00:00
Hartmut Birr
07183d05b9 Define the DPRINT and CHECKPOINT macro depend from NDEBUG for each include of debug.h.
svn path=/trunk/; revision=19635
2005-11-26 13:26:48 +00:00
Hervé Poussineau
52e4ccd0f1 Remove useless property pages
svn path=/trunk/; revision=19634
2005-11-26 12:37:49 +00:00
Ged Murphy
e70a6982bb silence debug messages
svn path=/trunk/; revision=19633
2005-11-26 12:14:28 +00:00
Eric Kohl
3c00855f0e Allocate another 4 bytes for unique pointers to simple types.
This fixes bug #1048.

svn path=/trunk/; revision=19632
2005-11-26 11:44:06 +00:00
Thomas Bluemel
8a75f19c3f simplify displaying the advanced device properties
svn path=/trunk/; revision=19631
2005-11-26 11:43:31 +00:00
Thomas Bluemel
668252e272 allow warnings so it builds with g++ 4.0
svn path=/trunk/; revision=19630
2005-11-26 11:26:01 +00:00
Gé van Geldorp
be7b0dd56a Silence debug messages
svn path=/trunk/; revision=19629
2005-11-26 11:02:13 +00:00
Thomas Bluemel
f5d8801396 Document the -ud flag for ROS_RBUILDFLAGS
svn path=/trunk/; revision=19628
2005-11-26 10:53:01 +00:00
Sebastian Gasiorek
210c904be2 removed not needed typecasts. thanks Thomas
svn path=/trunk/; revision=19627
2005-11-26 10:40:21 +00:00
Thomas Bluemel
25f762940f include wchar.h for swprintf
svn path=/trunk/; revision=19626
2005-11-26 10:38:42 +00:00
Gé van Geldorp
53d9107c63 eol-style fixes
svn path=/trunk/; revision=19625
2005-11-26 10:32:43 +00:00
Sebastian Gasiorek
fe3aa7148f fixed reference to PML_TransError
svn path=/trunk/; revision=19624
2005-11-26 10:20:35 +00:00