reactos.git
18 years agoMake GetProcessWindowStation work for CSRSS
Gé van Geldorp [Wed, 30 Nov 2005 23:24:19 +0000 (23:24 +0000)]
Make GetProcessWindowStation work for CSRSS

svn path=/trunk/; revision=19790

18 years agoadded PCH support
Christoph von Wittich [Wed, 30 Nov 2005 22:44:41 +0000 (22:44 +0000)]
added PCH support
removed some redundant code

svn path=/trunk/; revision=19789

18 years ago-moved files into correct dir
Christoph von Wittich [Wed, 30 Nov 2005 22:17:11 +0000 (22:17 +0000)]
-moved files into correct dir
-removed wrong named dirs

svn path=/trunk/; revision=19788

18 years agorename dhcpcapi.dll to dhcpcsvc.dll
Thomas Bluemel [Wed, 30 Nov 2005 22:11:00 +0000 (22:11 +0000)]
rename dhcpcapi.dll to dhcpcsvc.dll

svn path=/trunk/; revision=19787

18 years agofix macro redefinition when compiling with msvc
Christoph von Wittich [Wed, 30 Nov 2005 22:11:00 +0000 (22:11 +0000)]
fix macro redefinition when compiling with msvc

svn path=/trunk/; revision=19786

18 years agoDon't check for RequestedOptions if a trailing slash is removed.
Hartmut Birr [Wed, 30 Nov 2005 21:29:39 +0000 (21:29 +0000)]
Don't check for RequestedOptions if a trailing slash is removed.

svn path=/trunk/; revision=19785

18 years agoDefine __NO_CTYPE_INLINES so release npfs will build again.
Andrew Munger [Wed, 30 Nov 2005 19:12:40 +0000 (19:12 +0000)]
Define __NO_CTYPE_INLINES so release npfs will build again.

svn path=/trunk/; revision=19784

18 years agoimplemented SetupDiGetClassDevPropertySheetsA
Thomas Bluemel [Wed, 30 Nov 2005 18:41:46 +0000 (18:41 +0000)]
implemented SetupDiGetClassDevPropertySheetsA

svn path=/trunk/; revision=19783

18 years agofixed call to SetupDiGetClassDevPropertySheets
Thomas Bluemel [Wed, 30 Nov 2005 18:26:43 +0000 (18:26 +0000)]
fixed call to SetupDiGetClassDevPropertySheets

svn path=/trunk/; revision=19782

18 years agoAlex Buell <alex.buell@munted.org.uk>:
Gé van Geldorp [Wed, 30 Nov 2005 17:28:42 +0000 (17:28 +0000)]
Alex Buell <alex.buell@munted.org.uk>:
- math_asm.S: undefined references to 'not' when linking ntdll.dll

svn path=/trunk/; revision=19781

18 years agoFinish implementation of SetupDiGetClassDevPropertySheetsW (not tested)
Hervé Poussineau [Wed, 30 Nov 2005 17:11:43 +0000 (17:11 +0000)]
Finish implementation of SetupDiGetClassDevPropertySheetsW (not tested)

svn path=/trunk/; revision=19780

18 years agodisplay "Unknown" as status when querying the device status failed
Thomas Bluemel [Wed, 30 Nov 2005 16:54:54 +0000 (16:54 +0000)]
display "Unknown" as status when querying the device status failed

svn path=/trunk/; revision=19779

18 years agoforgot to commit this change
Thomas Bluemel [Wed, 30 Nov 2005 16:52:41 +0000 (16:52 +0000)]
forgot to commit this change

svn path=/trunk/; revision=19778

18 years ago- support remote device property sheets
Thomas Bluemel [Wed, 30 Nov 2005 16:33:05 +0000 (16:33 +0000)]
- support remote device property sheets
- display the device status

svn path=/trunk/; revision=19777

18 years agosprintf_s1
Martin Fuchs [Wed, 30 Nov 2005 14:02:55 +0000 (14:02 +0000)]
sprintf_s1

svn path=/trunk/; revision=19776

18 years agoXML-encode characters below 0x20
Martin Fuchs [Wed, 30 Nov 2005 11:57:20 +0000 (11:57 +0000)]
XML-encode characters below 0x20

svn path=/trunk/; revision=19775

18 years agofix linker options
Christoph von Wittich [Wed, 30 Nov 2005 09:16:21 +0000 (09:16 +0000)]
fix linker options

svn path=/trunk/; revision=19774

18 years ago- Implement remaining functions in rtl/i386/math_asm.S
Alex Ionescu [Wed, 30 Nov 2005 08:15:13 +0000 (08:15 +0000)]
- Implement remaining functions in rtl/i386/math_asm.S
- Fix some more build issues.

svn path=/trunk/; revision=19773

18 years agoa few more porting fixes
Steven Edwards [Wed, 30 Nov 2005 08:01:56 +0000 (08:01 +0000)]
a few more porting fixes

svn path=/trunk/; revision=19772

18 years ago- Remove NTSYSAPI/NTSYSCALLAPI definitions from NDK, they are already in winnt.h...
Alex Ionescu [Wed, 30 Nov 2005 07:36:08 +0000 (07:36 +0000)]
- Remove NTSYSAPI/NTSYSCALLAPI definitions from NDK, they are already in winnt.h (add them to w32api).
- Add the generic RTL definitions to rtl.xml instead of the rtl.h
- Don't define min again, it's already in the SDK headers.

svn path=/trunk/; revision=19771

18 years ago- Disable inlining of more string functions in MSVC, since we're the lib defining...
Alex Ionescu [Wed, 30 Nov 2005 06:49:19 +0000 (06:49 +0000)]
- Disable inlining of more string functions in MSVC, since we're the lib defining them.

svn path=/trunk/; revision=19770

18 years ago- Define _CTYPE_DISABLE_MACROS for MSVC build.
Alex Ionescu [Wed, 30 Nov 2005 06:44:27 +0000 (06:44 +0000)]
- Define _CTYPE_DISABLE_MACROS for MSVC build.

svn path=/trunk/; revision=19769

18 years agoand remove the defines from here for _CRT_* backward compatiblity hacks
Steven Edwards [Wed, 30 Nov 2005 05:52:40 +0000 (05:52 +0000)]
and remove the defines from here for _CRT_* backward compatiblity hacks

svn path=/trunk/; revision=19768

18 years agodefine _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING_SWPRINTFS until we have a...
Steven Edwards [Wed, 30 Nov 2005 05:51:24 +0000 (05:51 +0000)]
define _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING_SWPRINTFS until we have a strsafe lib that works for both msvc and mingw

svn path=/trunk/; revision=19767

18 years ago'precomp.h' -><precomp.h>
Steven Edwards [Wed, 30 Nov 2005 05:35:59 +0000 (05:35 +0000)]
'precomp.h' -><precomp.h>

svn path=/trunk/; revision=19766

18 years agoadded more correct linker flags (patch by brezenbak)
Christoph von Wittich [Wed, 30 Nov 2005 00:26:51 +0000 (00:26 +0000)]
added more correct linker flags (patch by brezenbak)

svn path=/trunk/; revision=19765

18 years ago- Used the already detected cache line size for RtlPrefetchMemoryNonTemporal.
Hartmut Birr [Wed, 30 Nov 2005 00:25:48 +0000 (00:25 +0000)]
- Used the already detected cache line size for RtlPrefetchMemoryNonTemporal.
- Initialized RtlPrefetchMemoryNonTemporal earlier.
- Change the memory protection during the initialisation of RtlPrefetchMemoryNonTemporal.

svn path=/trunk/; revision=19764

18 years agoput MEAN_AND_LEAN in correct place. Fixes build on msvc
Ged Murphy [Wed, 30 Nov 2005 00:17:14 +0000 (00:17 +0000)]
put MEAN_AND_LEAN in correct place. Fixes build on msvc

svn path=/trunk/; revision=19763

18 years agofix some problems in patch from brezenbak
Christoph von Wittich [Wed, 30 Nov 2005 00:10:54 +0000 (00:10 +0000)]
fix some problems in patch from brezenbak

svn path=/trunk/; revision=19762

18 years agostruct FileHolder to encapsulate _tfopen/_tfopen_s()
Martin Fuchs [Wed, 30 Nov 2005 00:01:25 +0000 (00:01 +0000)]
struct FileHolder to encapsulate _tfopen/_tfopen_s()

svn path=/trunk/; revision=19761

18 years agopreliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal
Thomas Bluemel [Tue, 29 Nov 2005 22:39:33 +0000 (22:39 +0000)]
preliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal

svn path=/trunk/; revision=19760

18 years agoCleanup isn't necessary after calling the driver in NtQueryDirectoryFile.
Hartmut Birr [Tue, 29 Nov 2005 22:39:12 +0000 (22:39 +0000)]
Cleanup isn't necessary after calling the driver in NtQueryDirectoryFile.

svn path=/trunk/; revision=19759

18 years agofixed some more warnings
Thomas Bluemel [Tue, 29 Nov 2005 22:07:10 +0000 (22:07 +0000)]
fixed some more warnings

svn path=/trunk/; revision=19757

18 years agoremove obsolete shutdown tool from rosapps
Thomas Bluemel [Tue, 29 Nov 2005 22:03:55 +0000 (22:03 +0000)]
remove obsolete shutdown tool from rosapps

svn path=/trunk/; revision=19756

18 years agoremove obsolete shutdown tool from rosapps
Thomas Bluemel [Tue, 29 Nov 2005 22:03:43 +0000 (22:03 +0000)]
remove obsolete shutdown tool from rosapps

svn path=/trunk/; revision=19755

18 years agoAdd command line shutdown utility to build
Gé van Geldorp [Tue, 29 Nov 2005 21:57:19 +0000 (21:57 +0000)]
Add command line shutdown utility to build

svn path=/trunk/; revision=19754

18 years agoproperly capture the file name in NtQueryDirectoryFile
Thomas Bluemel [Tue, 29 Nov 2005 21:49:41 +0000 (21:49 +0000)]
properly capture the file name in NtQueryDirectoryFile

svn path=/trunk/; revision=19753

18 years agoAllocate the memory for the search pattern in kernel space if it is necessary (in...
Hartmut Birr [Tue, 29 Nov 2005 19:07:03 +0000 (19:07 +0000)]
Allocate the memory for the search pattern in kernel space if it is necessary (in NtQueryDirectoryFile).

svn path=/trunk/; revision=19752

18 years agointegrate replacement function for SHBindToParent()
Martin Fuchs [Tue, 29 Nov 2005 13:35:11 +0000 (13:35 +0000)]
integrate replacement function for SHBindToParent()

svn path=/trunk/; revision=19751

18 years agoAdjust for Visual Studio 2005:
Martin Fuchs [Tue, 29 Nov 2005 13:34:24 +0000 (13:34 +0000)]
Adjust for Visual Studio 2005:
- use secure CRT functions where available
- use COUNTOF instead of hard coded buffer sizes
- project files in new format for manifest integration

svn path=/trunk/; revision=19750

18 years agocorrect _com_ptr usage
Martin Fuchs [Tue, 29 Nov 2005 12:54:54 +0000 (12:54 +0000)]
correct _com_ptr usage

svn path=/trunk/; revision=19749

18 years ago- fixed the ProbeForWrite prototype
Thomas Bluemel [Tue, 29 Nov 2005 11:44:04 +0000 (11:44 +0000)]
- fixed the ProbeForWrite prototype
- some fixes to get ntoskrnl to build with -Wcast-qual and -Wsign-compare
- don't touch any memory outside the given range in ProbeForWrite and touch all pages within the range

svn path=/trunk/; revision=19748

18 years agofix comment in RtlPrefetchMemoryNonTemporal
Thomas Bluemel [Tue, 29 Nov 2005 11:09:42 +0000 (11:09 +0000)]
fix comment in RtlPrefetchMemoryNonTemporal

svn path=/trunk/; revision=19747

18 years agofixed registry querying code in Ki386SetProcessorFeatures
Thomas Bluemel [Tue, 29 Nov 2005 10:09:26 +0000 (10:09 +0000)]
fixed registry querying code in Ki386SetProcessorFeatures

svn path=/trunk/; revision=19746

18 years agoswitch to standard conform CRT function names
Martin Fuchs [Tue, 29 Nov 2005 09:22:39 +0000 (09:22 +0000)]
switch to standard conform CRT function names

svn path=/trunk/; revision=19745

18 years agoSamuel Serapióega <samcharly@hotmail.com>:
Gé van Geldorp [Tue, 29 Nov 2005 08:23:10 +0000 (08:23 +0000)]
Samuel Serapióega <samcharly@hotmail.com>:
- Spanish translation update
From bug 1058.

svn path=/trunk/; revision=19744

18 years agoenhance generated msvc projects - patch by Brezenbak
Royce Mitchell III [Tue, 29 Nov 2005 06:24:56 +0000 (06:24 +0000)]
enhance generated msvc projects - patch by Brezenbak

svn path=/trunk/; revision=19743

18 years ago- Implement RtlPrefectMemoryNonTemporal. Patch by Patrick Baggett <baggett.patrick...
Alex Ionescu [Tue, 29 Nov 2005 02:40:18 +0000 (02:40 +0000)]
- Implement RtlPrefectMemoryNonTemporal. Patch by Patrick Baggett <baggett.patrick@gmail.com> and myself.

svn path=/trunk/; revision=19742

18 years agofix warning
Christoph von Wittich [Tue, 29 Nov 2005 01:54:33 +0000 (01:54 +0000)]
fix warning

svn path=/trunk/; revision=19741

18 years agofixed some warnings when compiling with msvc
Christoph von Wittich [Tue, 29 Nov 2005 01:48:25 +0000 (01:48 +0000)]
fixed some warnings when compiling with msvc

svn path=/trunk/; revision=19740

18 years agoanother hack to get reactos to build again
Thomas Bluemel [Tue, 29 Nov 2005 01:35:32 +0000 (01:35 +0000)]
another hack to get reactos to build again

svn path=/trunk/; revision=19739

18 years ago- Fix the build (patch by Thomas Weidenmueller)
Alex Ionescu [Tue, 29 Nov 2005 00:33:22 +0000 (00:33 +0000)]
- Fix the build (patch by Thomas Weidenmueller)

svn path=/trunk/; revision=19738

18 years agoRegedit: Implemented accelerator keys
Nathan Woods [Mon, 28 Nov 2005 23:58:49 +0000 (23:58 +0000)]
Regedit:  Implemented accelerator keys

svn path=/trunk/; revision=19737

18 years agooops, I didn't mean to commit that...
Thomas Bluemel [Mon, 28 Nov 2005 23:54:06 +0000 (23:54 +0000)]
oops, I didn't mean to commit that...

svn path=/trunk/; revision=19736

18 years agofixed some prototypes
Thomas Bluemel [Mon, 28 Nov 2005 23:43:40 +0000 (23:43 +0000)]
fixed some prototypes

svn path=/trunk/; revision=19735

18 years agoinline -> __inline
Royce Mitchell III [Mon, 28 Nov 2005 23:35:35 +0000 (23:35 +0000)]
inline -> __inline
patch by Brezenbak - small modifications by me

svn path=/trunk/; revision=19734

18 years agodon't include the ddk
Thomas Bluemel [Mon, 28 Nov 2005 23:27:16 +0000 (23:27 +0000)]
don't include the ddk

svn path=/trunk/; revision=19733

18 years ago- Support INIT section pragmas for msvc. Patch by Brezenbak.
Alex Ionescu [Mon, 28 Nov 2005 23:25:31 +0000 (23:25 +0000)]
- Support INIT section pragmas for msvc. Patch by Brezenbak.

svn path=/trunk/; revision=19732

18 years agoFix the fix to RtlFindMessage
Gé van Geldorp [Mon, 28 Nov 2005 23:21:24 +0000 (23:21 +0000)]
Fix the fix to RtlFindMessage

svn path=/trunk/; revision=19731

18 years agofixed some warnings
Thomas Bluemel [Mon, 28 Nov 2005 22:25:11 +0000 (22:25 +0000)]
fixed some warnings

svn path=/trunk/; revision=19730

18 years ago- Remove inlined gas assembly + c code mix in math.c and write the functions in real...
Alex Ionescu [Mon, 28 Nov 2005 22:24:37 +0000 (22:24 +0000)]
- Remove inlined gas assembly + c code mix in math.c and write the functions in real assembly code.
- Fix pch usage and qsort callback definition.
RTL can now be built with msvc.

svn path=/trunk/; revision=19729

18 years agoRe-import wmc from Wine
Gé van Geldorp [Mon, 28 Nov 2005 22:03:22 +0000 (22:03 +0000)]
Re-import wmc from Wine

svn path=/trunk/; revision=19728

18 years agoRemove outdated wmc
Gé van Geldorp [Mon, 28 Nov 2005 22:01:21 +0000 (22:01 +0000)]
Remove outdated wmc

svn path=/trunk/; revision=19727

18 years ago- Make the NDK compatible with the MSDDK again.
Alex Ionescu [Mon, 28 Nov 2005 21:40:21 +0000 (21:40 +0000)]
- Make the NDK compatible with the MSDDK again.
- Fix some w32api incompatibility cruft since w32api insists on including winnt.h from kernel-mode.
- Fix some stuff that was including both kernel-mode and user-mode headers together.
- Use PISECURITY_DESCRIPTOR, not PSECURITY_DESCRIPTOR.

svn path=/trunk/; revision=19726

18 years agoFix header includes.
James Tabor [Mon, 28 Nov 2005 21:28:12 +0000 (21:28 +0000)]
Fix header includes.

svn path=/trunk/; revision=19725

18 years agofixed the stretch code with some help from filip. small formatting changes.
Brandon Turner [Mon, 28 Nov 2005 19:41:01 +0000 (19:41 +0000)]
fixed the stretch code with some help from filip.  small formatting changes.

svn path=/trunk/; revision=19724

18 years agoNo use in building the targets just to immediately clean them again
Gé van Geldorp [Mon, 28 Nov 2005 19:36:57 +0000 (19:36 +0000)]
No use in building the targets just to immediately clean them again

svn path=/trunk/; revision=19723

18 years agoappend "_auto" to dsp and vcproj filenames to not conflict with any manually created...
Royce Mitchell III [Mon, 28 Nov 2005 18:23:25 +0000 (18:23 +0000)]
append "_auto" to dsp and vcproj filenames to not conflict with any manually created project files

svn path=/trunk/; revision=19722

18 years agodevmgr.exe changed to devmgrapp.exe
Brandon Turner [Mon, 28 Nov 2005 14:16:39 +0000 (14:16 +0000)]
devmgr.exe changed to devmgrapp.exe

svn path=/trunk/; revision=19721

18 years agoalso scroll the selection
Thomas Bluemel [Mon, 28 Nov 2005 11:00:01 +0000 (11:00 +0000)]
also scroll the selection

svn path=/trunk/; revision=19720

18 years agoscroll the console properly instead of repainting it
Thomas Bluemel [Mon, 28 Nov 2005 10:38:04 +0000 (10:38 +0000)]
scroll the console properly instead of repainting it

svn path=/trunk/; revision=19719

18 years agofix no newline at end of file warning
Thomas Bluemel [Mon, 28 Nov 2005 10:20:44 +0000 (10:20 +0000)]
fix no newline at end of file warning

svn path=/trunk/; revision=19718

18 years agofix linux builds - sorry
Royce Mitchell III [Mon, 28 Nov 2005 03:46:16 +0000 (03:46 +0000)]
fix linux builds - sorry

svn path=/trunk/; revision=19717

18 years agofixed some warnings
Thomas Bluemel [Mon, 28 Nov 2005 01:22:52 +0000 (01:22 +0000)]
fixed some warnings

svn path=/trunk/; revision=19716

18 years agominor fixes
Thomas Bluemel [Mon, 28 Nov 2005 01:10:49 +0000 (01:10 +0000)]
minor fixes

svn path=/trunk/; revision=19715

18 years agofix wallpaper style center and implement tile.
Brandon Turner [Mon, 28 Nov 2005 01:09:27 +0000 (01:09 +0000)]
fix wallpaper style center and implement tile.

svn path=/trunk/; revision=19714

18 years agoCase changes for file names to unbreak unix build.
Art Yerkes [Sun, 27 Nov 2005 23:36:55 +0000 (23:36 +0000)]
Case changes for file names to unbreak unix build.

svn path=/trunk/; revision=19713

18 years agoRegedit: Partially implemented Find/Find Next
Nathan Woods [Sun, 27 Nov 2005 23:23:38 +0000 (23:23 +0000)]
Regedit:  Partially implemented Find/Find Next

Currently only implemented "Search Key Names"; searching key values and data not yet implemented.  Also, the searching algorithm is pretty crude right now.

svn path=/trunk/; revision=19712

18 years agomore light-weight gui consoles that don't double-buffer the console screen
Thomas Bluemel [Sun, 27 Nov 2005 23:18:12 +0000 (23:18 +0000)]
more light-weight gui consoles that don't double-buffer the console screen

svn path=/trunk/; revision=19710

18 years agofall back to .default values aren't found. ntclose -> zwclose thanks to thomas.
Brandon Turner [Sun, 27 Nov 2005 23:15:07 +0000 (23:15 +0000)]
fall back to .default values aren't found.  ntclose -> zwclose thanks to thomas.

svn path=/trunk/; revision=19709

18 years agomove xml.h/cpp and ssprintf.h/cpp up a directory, make both rbuild and buildno use...
Royce Mitchell III [Sun, 27 Nov 2005 23:04:51 +0000 (23:04 +0000)]
move xml.h/cpp and ssprintf.h/cpp up a directory, make both rbuild and buildno use these same files

svn path=/trunk/; revision=19708

18 years agoTell others to leave our port alone
Gé van Geldorp [Sun, 27 Nov 2005 23:04:05 +0000 (23:04 +0000)]
Tell others to leave our port alone

svn path=/trunk/; revision=19707

18 years agoadd simplified version of XMLLoadFile() - preparation to move up a directory
Royce Mitchell III [Sun, 27 Nov 2005 23:01:38 +0000 (23:01 +0000)]
add simplified version of XMLLoadFile() - preparation to move up a directory

svn path=/trunk/; revision=19706

18 years agoremove dependance on rbuild's headers - preparation to move up a directory
Royce Mitchell III [Sun, 27 Nov 2005 22:59:20 +0000 (22:59 +0000)]
remove dependance on rbuild's headers - preparation to move up a directory

svn path=/trunk/; revision=19705

18 years agofixed uninitialized variable warning
Thomas Bluemel [Sun, 27 Nov 2005 22:45:01 +0000 (22:45 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=19704

18 years agoPatch by encoded <samcharly@hotmail.com>:
Thomas Bluemel [Sun, 27 Nov 2005 22:33:18 +0000 (22:33 +0000)]
Patch by encoded <samcharly@hotmail.com>:
- added some Spanish translations

svn path=/trunk/; revision=19703

18 years agoAuto-register DLLs during 2nd stage setup
Gé van Geldorp [Sun, 27 Nov 2005 22:27:35 +0000 (22:27 +0000)]
Auto-register DLLs during 2nd stage setup

svn path=/trunk/; revision=19702

18 years agoKeep remote machine name in device info set. Use it when needed
Hervé Poussineau [Sun, 27 Nov 2005 22:13:00 +0000 (22:13 +0000)]
Keep remote machine name in device info set. Use it when needed

svn path=/trunk/; revision=19701

18 years agoStructure member name changes. Alex just told me what to do. ;)
Brandon Turner [Sun, 27 Nov 2005 21:31:35 +0000 (21:31 +0000)]
Structure member name changes.  Alex just told me what to do. ;)

svn path=/trunk/; revision=19700

18 years agoWrite connection name at the right place in registry.
Hervé Poussineau [Sun, 27 Nov 2005 21:00:09 +0000 (21:00 +0000)]
Write connection name at the right place in registry.
Add PnpInstanceId and ShowIcon values

svn path=/trunk/; revision=19699

18 years agoSmall cleanup/fixes:
Hervé Poussineau [Sun, 27 Nov 2005 20:59:09 +0000 (20:59 +0000)]
Small cleanup/fixes:
- Don't open registry keys with full access rights
- Replace OutputDebugString by DPRINT

svn path=/trunk/; revision=19698

18 years ago- Add the real NT Object Callbacks and #ifdef out the ReactOS ones.
Alex Ionescu [Sun, 27 Nov 2005 20:18:33 +0000 (20:18 +0000)]
- Add the real NT Object Callbacks and #ifdef out the ReactOS ones.
- Add the real NT Loader Parameter Block structures & friends and #ifdef out the ReactOS ones (thanks to Filip Navara for some work on these).

svn path=/trunk/; revision=19697

18 years ago- Forgot to add the define which enables _REACTOS_
Alex Ionescu [Sun, 27 Nov 2005 20:01:57 +0000 (20:01 +0000)]
- Forgot to add the define which enables _REACTOS_

svn path=/trunk/; revision=19696

18 years agoImplement most of SetupDiGetClassDevPropertySheetsW
Hervé Poussineau [Sun, 27 Nov 2005 19:40:46 +0000 (19:40 +0000)]
Implement most of SetupDiGetClassDevPropertySheetsW

svn path=/trunk/; revision=19695

18 years ago- Fix compile issues caused by previous patch.
Alex Ionescu [Sun, 27 Nov 2005 19:21:19 +0000 (19:21 +0000)]
- Fix compile issues caused by previous patch.
- Fix KPROFILE definition.
- Protect ReactOS-only members of EPROCESS, OBJECT_HEADER, W32_CALLOUT_DATA.
- Protect MADDRESS_SPACE for ReactOS only.

svn path=/trunk/; revision=19694

18 years ago- Remove KTSS_NOIOMP from NDK.
Alex Ionescu [Sun, 27 Nov 2005 18:24:32 +0000 (18:24 +0000)]
- Remove KTSS_NOIOMP from NDK.
- Fix KTSS definition.
- Fix KTRAP_FRAME definition.
- Fix RTL_PROCESS_BACKTRACE_INFORMATION and RTL_PROCESS_BACKTRACES definitions.
- Fix/rename RUNDOWN_DESCRIPTOR definition.
- Rename PPF_ definitions to RTL_USER_PROCESS_PARAMETERS_
- Setup a global _REACTOS_ define when code is compiled.
- #ifdef out the multiboot flags from the NDK so they'll only be available for ReactOS. Dirty 'hack' until we stop using them.
- Update NDK Fixme list, since all major bugs are fixed now.

svn path=/trunk/; revision=19693

18 years agoFix part of bug 1053, by adding other hardware IDs that don't need a driver
Hervé Poussineau [Sun, 27 Nov 2005 17:05:37 +0000 (17:05 +0000)]
Fix part of bug 1053, by adding other hardware IDs that don't need a driver

svn path=/trunk/; revision=19692

18 years agoLock the MainResource from fcb, if we are trying to write back a modified cache segment.
Hartmut Birr [Sun, 27 Nov 2005 15:59:32 +0000 (15:59 +0000)]
Lock the MainResource from fcb, if we are trying to write back a modified cache segment.
Usually we have to call the callback function from FSD.

svn path=/trunk/; revision=19691

18 years agoUse the calculated cluster/offset pair if we extend a file.
Hartmut Birr [Sun, 27 Nov 2005 15:53:46 +0000 (15:53 +0000)]
Use the calculated cluster/offset pair if we extend a file.

svn path=/trunk/; revision=19690

18 years ago- Lock the MainResource if we overwrite or supersede an existing file.
Hartmut Birr [Sun, 27 Nov 2005 15:44:36 +0000 (15:44 +0000)]
- Lock the MainResource if we overwrite or supersede an existing file.
- Use given allocation size, if we overwrite or supersede an existing file.

svn path=/trunk/; revision=19689