reactos.git
19 years ago- Implement NtNotifyChangeDirectoryFile.
Filip Navara [Sun, 22 Aug 2004 20:51:43 +0000 (20:51 +0000)]
- Implement NtNotifyChangeDirectoryFile.
- Honour ApcRoutine and ApcContext parameters of NtQueryDirectoryFile.

svn path=/trunk/; revision=10656

19 years ago- Fixed the compilation as unicode.
Hartmut Birr [Sun, 22 Aug 2004 20:47:20 +0000 (20:47 +0000)]
- Fixed the compilation as unicode.

svn path=/trunk/; revision=10655

19 years ago- Added '-Werror' to the compiler options.
Hartmut Birr [Sun, 22 Aug 2004 20:37:05 +0000 (20:37 +0000)]
- Added '-Werror' to the compiler options.

svn path=/trunk/; revision=10654

19 years ago- Fixed some 'dereferencing type-punned pointer will break strict-aliasing rules'
Hartmut Birr [Sun, 22 Aug 2004 20:32:32 +0000 (20:32 +0000)]
- Fixed some 'dereferencing type-punned pointer will break strict-aliasing rules'
  warnings on higher optimisation levels.

svn path=/trunk/; revision=10653

19 years ago- Fixed some pointer increments/decrements.
Hartmut Birr [Sun, 22 Aug 2004 20:13:44 +0000 (20:13 +0000)]
- Fixed some pointer increments/decrements.

svn path=/trunk/; revision=10652

19 years agoSafety added to trace output.
Mike Nordell [Sun, 22 Aug 2004 18:49:11 +0000 (18:49 +0000)]
Safety added to trace output.

svn path=/trunk/; revision=10651

19 years agoAFD: Fixed handling of cancelling in flight requests when closing the socket.
Art Yerkes [Sun, 22 Aug 2004 18:42:42 +0000 (18:42 +0000)]
AFD: Fixed handling of cancelling in flight requests when closing the socket.
Closing a socket doesn't crash but still hangs.  Needs work.
oskittcp: corrected problem with send data, trying out slightly different
scheme of dealing with closed socket.
tcpip: added support for SEL_FIN in socket state callback and corrected
support for returning error in TCPReceiveData.

svn path=/trunk/; revision=10650

19 years agoFixed missing unlock in write.
Art Yerkes [Sun, 22 Aug 2004 02:15:57 +0000 (02:15 +0000)]
Fixed missing unlock in write.

svn path=/trunk/; revision=10649

19 years agoFix misplaced STDCALL
Mike Nordell [Sat, 21 Aug 2004 21:20:08 +0000 (21:20 +0000)]
Fix misplaced STDCALL

svn path=/trunk/; revision=10648

19 years agoMake inline assembler compilable using VC
Mike Nordell [Sat, 21 Aug 2004 21:14:59 +0000 (21:14 +0000)]
Make inline assembler compilable using VC

svn path=/trunk/; revision=10647

19 years agoWrong path in comment.
Mike Nordell [Sat, 21 Aug 2004 21:13:45 +0000 (21:13 +0000)]
Wrong path in comment.

svn path=/trunk/; revision=10646

19 years agoFix misplaced STDCALL
Mike Nordell [Sat, 21 Aug 2004 21:09:39 +0000 (21:09 +0000)]
Fix misplaced STDCALL

svn path=/trunk/; revision=10645

19 years agoFix misplaced STDCALL
Mike Nordell [Sat, 21 Aug 2004 20:55:41 +0000 (20:55 +0000)]
Fix misplaced STDCALL

svn path=/trunk/; revision=10644

19 years agoFix arithmetics on void.
Mike Nordell [Sat, 21 Aug 2004 20:47:28 +0000 (20:47 +0000)]
Fix arithmetics on void.

svn path=/trunk/; revision=10643

19 years agoFix arithmetics on void.
Mike Nordell [Sat, 21 Aug 2004 20:42:10 +0000 (20:42 +0000)]
Fix arithmetics on void.

svn path=/trunk/; revision=10642

19 years agoFix misplaced STDCALL calling convention specifiers.
Mike Nordell [Sat, 21 Aug 2004 20:40:27 +0000 (20:40 +0000)]
Fix misplaced STDCALL calling convention specifiers.

svn path=/trunk/; revision=10641

19 years agoFix import/export linkage mismatches.
Mike Nordell [Sat, 21 Aug 2004 20:18:07 +0000 (20:18 +0000)]
Fix import/export linkage mismatches.

svn path=/trunk/; revision=10640

19 years agoMake code portable to compilers with SEH.
Mike Nordell [Sat, 21 Aug 2004 20:05:35 +0000 (20:05 +0000)]
Make code portable to compilers with SEH.

svn path=/trunk/; revision=10639

19 years agoFixed eols for pp directives, honor original eols.
Art Yerkes [Sat, 21 Aug 2004 19:59:52 +0000 (19:59 +0000)]
Fixed eols for pp directives, honor original eols.

svn path=/trunk/; revision=10638

19 years agoImplement EnumDesktopsA/W and EnumWindowStationsA, rewrite of
Gé van Geldorp [Sat, 21 Aug 2004 19:50:39 +0000 (19:50 +0000)]
Implement EnumDesktopsA/W and EnumWindowStationsA, rewrite of
EnumWindowStationsW

svn path=/trunk/; revision=10637

19 years agoRespect line breaks in the original code, making it easier to compare.
Art Yerkes [Sat, 21 Aug 2004 19:49:22 +0000 (19:49 +0000)]
Respect line breaks in the original code, making it easier to compare.

svn path=/trunk/; revision=10636

19 years ago- Made the partition list movable if it is necessary.
Hartmut Birr [Sat, 21 Aug 2004 19:30:12 +0000 (19:30 +0000)]
- Made the partition list movable if it is necessary.

svn path=/trunk/; revision=10635

19 years ago- Check for a valid layout buffer entry in xHalIoAssignDriveLetters.
Hartmut Birr [Sat, 21 Aug 2004 19:13:22 +0000 (19:13 +0000)]
- Check for a valid layout buffer entry in xHalIoAssignDriveLetters.

svn path=/trunk/; revision=10634

19 years agoLinkage specification correctly placed.
Mike Nordell [Sat, 21 Aug 2004 19:04:47 +0000 (19:04 +0000)]
Linkage specification correctly placed.

svn path=/trunk/; revision=10633

19 years agoMake the code legal C (89)
Mike Nordell [Sat, 21 Aug 2004 19:03:04 +0000 (19:03 +0000)]
Make the code legal C (89)

svn path=/trunk/; revision=10632

19 years agofix import/export linkage for declaration of MmSystemRangeStart
Mike Nordell [Sat, 21 Aug 2004 18:45:01 +0000 (18:45 +0000)]
fix import/export linkage for declaration of MmSystemRangeStart

svn path=/trunk/; revision=10631

19 years agofix misplaced STDCALL
Mike Nordell [Sat, 21 Aug 2004 15:34:32 +0000 (15:34 +0000)]
fix misplaced STDCALL

svn path=/trunk/; revision=10630

19 years agostop wasting power at shutdown
Mike Nordell [Sat, 21 Aug 2004 15:29:08 +0000 (15:29 +0000)]
stop wasting power at shutdown

svn path=/trunk/; revision=10629

19 years agomake code C89-compilable again
Mike Nordell [Sat, 21 Aug 2004 13:21:44 +0000 (13:21 +0000)]
make code C89-compilable again

svn path=/trunk/; revision=10628

19 years agofix definition of EVENT_TRACE_HEADER
Mike Nordell [Sat, 21 Aug 2004 13:20:25 +0000 (13:20 +0000)]
fix definition of EVENT_TRACE_HEADER

svn path=/trunk/; revision=10627

19 years agofix placement of STDCALL for function declarations
Mike Nordell [Sat, 21 Aug 2004 12:34:58 +0000 (12:34 +0000)]
fix placement of STDCALL for function declarations

svn path=/trunk/; revision=10626

19 years agofix placement of STDCALL for function declarations
Mike Nordell [Sat, 21 Aug 2004 12:12:35 +0000 (12:12 +0000)]
fix placement of STDCALL for function declarations

svn path=/trunk/; revision=10625

19 years ago- Maintain higher internal precision during font rendering.
Filip Navara [Sat, 21 Aug 2004 02:22:45 +0000 (02:22 +0000)]
- Maintain higher internal precision during font rendering.
- Honour bitmap->bitmap_left while rendering.

svn path=/trunk/; revision=10624

19 years agoMinor optimalization to handle allocation algorithm.
Filip Navara [Fri, 20 Aug 2004 23:46:21 +0000 (23:46 +0000)]
Minor optimalization to handle allocation algorithm.

svn path=/trunk/; revision=10623

19 years agoImplement NtUserBuildNamesList()
Gé van Geldorp [Fri, 20 Aug 2004 22:38:49 +0000 (22:38 +0000)]
Implement NtUserBuildNamesList()

svn path=/trunk/; revision=10622

19 years agoUse MmCopyFrom/ToCaller to transfer data in NtQueryDirectoryObject, also
Gé van Geldorp [Fri, 20 Aug 2004 22:38:10 +0000 (22:38 +0000)]
Use MmCopyFrom/ToCaller to transfer data in NtQueryDirectoryObject, also
lock list when traversing it

svn path=/trunk/; revision=10621

19 years ago- NtQuerySection should check for SECTION_QUERY access right and not SECTION_MAP_READ.
Filip Navara [Fri, 20 Aug 2004 21:23:49 +0000 (21:23 +0000)]
- NtQuerySection should check for SECTION_QUERY access right and not SECTION_MAP_READ.
- Fix prototype of NtExtendSection.

svn path=/trunk/; revision=10620

19 years agoRemoved ASSERT_KM macro. It's not used any longer.
Art Yerkes [Fri, 20 Aug 2004 16:26:10 +0000 (16:26 +0000)]
Removed ASSERT_KM macro.  It's not used any longer.

svn path=/trunk/; revision=10619

19 years agoFix few compiler/linker warnings.
Filip Navara [Fri, 20 Aug 2004 15:19:38 +0000 (15:19 +0000)]
Fix few compiler/linker warnings.

svn path=/trunk/; revision=10618

19 years ago- Provide better PCI device descriptions.
Eric Kohl [Fri, 20 Aug 2004 13:33:51 +0000 (13:33 +0000)]
- Provide better PCI device descriptions.
- Use public macros to analyze the PCI configuration space.

svn path=/trunk/; revision=10617

19 years agoDefine more PCI device subclasses.
Eric Kohl [Fri, 20 Aug 2004 13:29:14 +0000 (13:29 +0000)]
Define more PCI device subclasses.

svn path=/trunk/; revision=10616

19 years agofix
Magnus Olsen [Fri, 20 Aug 2004 09:44:20 +0000 (09:44 +0000)]
fix
gcc 3.3.x stop comiling and give a error msg
network/icmp.c: In function `SendICMPComplete':
network/icmp.c:28: warning: unused variable `IPPacket'
make[1]: *** [network/icmp.o] Error 1
make: *** [tcpip] Error 2

svn path=/trunk/; revision=10615

19 years agoDon't export all make variables by default
Gé van Geldorp [Fri, 20 Aug 2004 07:02:09 +0000 (07:02 +0000)]
Don't export all make variables by default
Based on work by Hartmut Birr

svn path=/trunk/; revision=10614

19 years agoOlder binutils don't like the -noname attribute
Gé van Geldorp [Fri, 20 Aug 2004 06:58:58 +0000 (06:58 +0000)]
Older binutils don't like the -noname attribute
on forwarded exports

svn path=/trunk/; revision=10613

19 years agoFix compiler warnings.
Filip Navara [Fri, 20 Aug 2004 00:57:55 +0000 (00:57 +0000)]
Fix compiler warnings.

svn path=/trunk/; revision=10612

19 years agoRemove definitions already present in W32API.
Filip Navara [Fri, 20 Aug 2004 00:57:42 +0000 (00:57 +0000)]
Remove definitions already present in W32API.

svn path=/trunk/; revision=10611

19 years agoFix syntax errors in .edf file.
Filip Navara [Fri, 20 Aug 2004 00:57:41 +0000 (00:57 +0000)]
Fix syntax errors in .edf file.

svn path=/trunk/; revision=10610

19 years ago2004-08-20 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 19 Aug 2004 23:11:41 +0000 (23:11 +0000)]
2004-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* Makefile: Fix ntoskrnl dependency problem.

svn path=/trunk/; revision=10609

19 years ago- Changed the sequence of some memory initialisation functions.
Hartmut Birr [Thu, 19 Aug 2004 22:17:47 +0000 (22:17 +0000)]
- Changed the sequence of some memory initialisation functions.

svn path=/trunk/; revision=10608

19 years ago- Rewrote MmInitializePageList. It isn't necessary to setup the pde's
Hartmut Birr [Thu, 19 Aug 2004 22:14:31 +0000 (22:14 +0000)]
- Rewrote MmInitializePageList. It isn't necessary to setup the pde's
  for the largest memory configuration at boot time.
- Made the parts of the page directory map inaccessible from user mode
  which are setup at boot time.

svn path=/trunk/; revision=10607

19 years ago- Fixed a crash which occurs on thread switching if the pde's for the new
Hartmut Birr [Thu, 19 Aug 2004 21:56:17 +0000 (21:56 +0000)]
- Fixed a crash which occurs on thread switching if the pde's for the new
  process structure are not established within the address space of the old thread.

svn path=/trunk/; revision=10606

19 years agoMore notes on oskit. braindumping.
Art Yerkes [Thu, 19 Aug 2004 21:53:43 +0000 (21:53 +0000)]
More notes on oskit.  braindumping.

svn path=/trunk/; revision=10605

19 years ago- Set the pde's for the kernel stack at thread creation time and not at any task...
Hartmut Birr [Thu, 19 Aug 2004 21:51:06 +0000 (21:51 +0000)]
- Set the pde's for the kernel stack at thread creation time and not at any task switch.

svn path=/trunk/; revision=10604

19 years ago- Replaced MmUpdateStackPageDir by MmUpdatePageDir which can establish
Hartmut Birr [Thu, 19 Aug 2004 21:47:51 +0000 (21:47 +0000)]
- Replaced MmUpdateStackPageDir by MmUpdatePageDir which can establish
  the pde's of a process for any address range within the kernel address range.

svn path=/trunk/; revision=10603

19 years agoDefine PCI subclasses and macros.
Eric Kohl [Thu, 19 Aug 2004 21:42:44 +0000 (21:42 +0000)]
Define PCI subclasses and macros.

svn path=/trunk/; revision=10602

19 years agooskittcp: new import. less diff output versus pure sources.
Art Yerkes [Thu, 19 Aug 2004 21:39:00 +0000 (21:39 +0000)]
oskittcp: new import.  less diff output versus pure sources.
no deleted code this time around.  all properly ifdef'd
more use of bsd style adapter structs and adapter queries with provided
support by tcpip.sys.
correct prototypes
some diff output is reformatting

tcpip: some bug fixes, -Wall -Werror on, all prototypes in
remove the need for MaxLLHeaderSize anywhere except lan.c
unify meaning of Header and Data members of IP_PACKET
unify PCHAR types in routines.c
move one more address into the struct, eliminating management and extra
poll alloc in NCE
eliminate wrong use of PIP_INTERFACE as NTE pointer in dispatch functions
other fixes

svn path=/trunk/; revision=10601

19 years ago- Move out LPCGUID from scsiwmi.h to basetyps.h where it belongs.
Filip Navara [Thu, 19 Aug 2004 18:16:39 +0000 (18:16 +0000)]
- Move out LPCGUID from scsiwmi.h to basetyps.h where it belongs.
- Fix initguid.h to eliminate warnings when compiling C programs.

svn path=/trunk/; revision=10600

19 years agoRemove some unused headers or parts of headers.
Filip Navara [Thu, 19 Aug 2004 18:12:29 +0000 (18:12 +0000)]
Remove some unused headers or parts of headers.

svn path=/trunk/; revision=10599

19 years agoFix syntax error in .def file.
Filip Navara [Thu, 19 Aug 2004 18:08:47 +0000 (18:08 +0000)]
Fix syntax error in .def file.

svn path=/trunk/; revision=10598

19 years ago2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 19 Aug 2004 00:48:18 +0000 (00:48 +0000)]
2004-08-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* regtests/shared/regtests.c: Mark test name with |.

svn path=/trunk/; revision=10597

19 years ago2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 19 Aug 2004 00:39:59 +0000 (00:39 +0000)]
2004-08-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* Makefile: Depend on roscfg.h.

svn path=/trunk/; revision=10596

19 years ago2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 19 Aug 2004 00:35:15 +0000 (00:35 +0000)]
2004-08-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* tools/regtests2xml: New directory.
* tools/regtests2xml/.cvsignore: New file.
* tools/regtests2xml/Makefile: Ditto.
* tools/regtests2xml/regtests2xml.c: Ditto.

svn path=/trunk/; revision=10595

19 years agoReport the correct resource flags.
Eric Kohl [Wed, 18 Aug 2004 22:11:15 +0000 (22:11 +0000)]
Report the correct resource flags.

svn path=/trunk/; revision=10594

19 years agoUpdate resource-related defines.
Eric Kohl [Wed, 18 Aug 2004 22:06:55 +0000 (22:06 +0000)]
Update resource-related defines.

svn path=/trunk/; revision=10593

19 years agoReplace 0x7ffeffff by MmHighestUserAddress.
Filip Navara [Wed, 18 Aug 2004 20:41:03 +0000 (20:41 +0000)]
Replace 0x7ffeffff by MmHighestUserAddress.

svn path=/trunk/; revision=10592

19 years agoUpdate to FreeType 2.1.9
Gé van Geldorp [Wed, 18 Aug 2004 20:25:11 +0000 (20:25 +0000)]
Update to FreeType 2.1.9

svn path=/trunk/; revision=10591

19 years ago- Copy over device object SectorSize and AlignmentRequirement in IoAttachDeviceToDevi...
Filip Navara [Wed, 18 Aug 2004 15:09:02 +0000 (15:09 +0000)]
- Copy over device object SectorSize and AlignmentRequirement in IoAttachDeviceToDeviceStack.

svn path=/trunk/; revision=10590

19 years agoDon't retrieve a resource list when a device gets started, use the device nodes resou...
Eric Kohl [Wed, 18 Aug 2004 08:33:25 +0000 (08:33 +0000)]
Don't retrieve a resource list when a device gets started, use the device nodes resource list.

svn path=/trunk/; revision=10589

19 years agoFix IRP_MN_QUERY_RESOURCES and implement IRP_MN_QUERY_RESOURCE_REQUIREMENTS.
Eric Kohl [Wed, 18 Aug 2004 08:25:58 +0000 (08:25 +0000)]
Fix IRP_MN_QUERY_RESOURCES and implement IRP_MN_QUERY_RESOURCE_REQUIREMENTS.

svn path=/trunk/; revision=10588

19 years ago- Fix FsRtlDoesNameContainWildCards loop to take into account the first and lst lette...
Filip Navara [Wed, 18 Aug 2004 02:32:00 +0000 (02:32 +0000)]
- Fix FsRtlDoesNameContainWildCards loop to take into account the first and lst letter of the expression.
- Dumb implementation of FsRtlIsNameInExpression.

svn path=/trunk/; revision=10587

19 years ago- Move SectionPageProtection checks from helper routines to NtCreateSection.
Filip Navara [Wed, 18 Aug 2004 02:29:37 +0000 (02:29 +0000)]
- Move SectionPageProtection checks from helper routines to NtCreateSection.
- Remove dependency on ReactOS specific FO_FCB_IS_VALID magic and don't access FCB directly, use NtQueryInformationFile instead.
- Fix deleting of section if an early failure during section creation happens and not all structures are initialized yet.

svn path=/trunk/; revision=10586

19 years ago- Don't increase Irp->AssociatedIrp.IrpCount in IoMakeAssociatedIrp. The caller is...
Filip Navara [Wed, 18 Aug 2004 02:24:02 +0000 (02:24 +0000)]
- Don't increase Irp->AssociatedIrp.IrpCount in IoMakeAssociatedIrp. The caller is responsible for doing it.
- Don't unlock MDLs of associated Irps.

svn path=/trunk/; revision=10585

19 years ago- Set StackPtr->Parameters.Read.Length in IoPageRead.
Filip Navara [Wed, 18 Aug 2004 02:21:53 +0000 (02:21 +0000)]
- Set StackPtr->Parameters.Read.Length in IoPageRead.
- Set StackPtr->Parameters.Write.Length in Io[Synchronous]PageWrite.

svn path=/trunk/; revision=10584

19 years agoPrint in the debug traces if a partition is recognized or not.
Filip Navara [Wed, 18 Aug 2004 02:20:00 +0000 (02:20 +0000)]
Print in the debug traces if a partition is recognized or not.

svn path=/trunk/; revision=10583

19 years agoLink to our SDK libraries instead of using the W32API ones.
Filip Navara [Wed, 18 Aug 2004 02:16:00 +0000 (02:16 +0000)]
Link to our SDK libraries instead of using the W32API ones.

svn path=/trunk/; revision=10582

19 years agoFix declaration of FILE_DISPOSITION_INFORMATION.
Filip Navara [Wed, 18 Aug 2004 02:13:27 +0000 (02:13 +0000)]
Fix declaration of FILE_DISPOSITION_INFORMATION.

svn path=/trunk/; revision=10581

19 years agoremove debug output
Thomas Bluemel [Tue, 17 Aug 2004 21:52:17 +0000 (21:52 +0000)]
remove debug output

svn path=/trunk/; revision=10580

19 years agoload the wallpaper on startup and set it
Thomas Bluemel [Tue, 17 Aug 2004 21:49:51 +0000 (21:49 +0000)]
load the wallpaper on startup and set it

svn path=/trunk/; revision=10579

19 years agoadded very basic support for desktop wallpapers
Thomas Bluemel [Tue, 17 Aug 2004 21:47:36 +0000 (21:47 +0000)]
added very basic support for desktop wallpapers

svn path=/trunk/; revision=10578

19 years agouse WM_NOTIFY messages to communicate with the desktop window thread as they can...
Thomas Bluemel [Tue, 17 Aug 2004 14:57:52 +0000 (14:57 +0000)]
use WM_NOTIFY messages to communicate with the desktop window thread as they can't be sent from processes other than csrss

svn path=/trunk/; revision=10577

19 years ago2004-08-17 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Tue, 17 Aug 2004 13:53:05 +0000 (13:53 +0000)]
2004-08-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* tools/depend.mk: Don't generate dependencies for implib target.

svn path=/trunk/; revision=10576

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Mon, 16 Aug 2004 22:31:05 +0000 (22:31 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* Makefile: Correct dependencies.
* tools/Makefile: Silence some annoying messages.
* tools/config.mk: Ditto.
* rules.mak (MINIMALDEPENDENCIES): New option; minimal dependencies
(yes/no). If yes, then components do not depend on all import libraries.
If no, then they do. Defaults to yes.

svn path=/trunk/; revision=10575

19 years agoAvoid collision with MinGW wctype_t
Gé van Geldorp [Mon, 16 Aug 2004 20:02:23 +0000 (20:02 +0000)]
Avoid collision with MinGW wctype_t

svn path=/trunk/; revision=10574

19 years agodisplay version information in about dialog and on the desktop
Martin Fuchs [Mon, 16 Aug 2004 18:49:58 +0000 (18:49 +0000)]
display version information in about dialog and on the desktop

svn path=/trunk/; revision=10572

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Mon, 16 Aug 2004 17:28:46 +0000 (17:28 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/user32/include/debug.h (ASSERT): Don't call KeBugCheck.
* lib/user32/misc/dllmain.c (KeBugCheck): Remove declaration.

svn path=/trunk/; revision=10571

19 years agoImplement:
Eric Kohl [Mon, 16 Aug 2004 09:13:00 +0000 (09:13 +0000)]
Implement:
  - IRP_MN_READ_CONFIG
  - IRP_MN_WRITE_CONFIG
  - IRP_MN_QUERY_RESOURCES
  - IRP_MN_QUREY_DEVICE_TEXT

Implement (disabled):
  - IRP_MN_QUERY_ID.BusQueryInstanceID

svn path=/trunk/; revision=10570

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 23:41:26 +0000 (23:41 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* drivers/net/tcpip/include/.cvsignore: New file.
* drivers/net/tcpip/include/precomp.h: New file.
* drivers/net/tcpip/Makefile (TARGET_PCH): Set to include/precomp.h.
* drivers/net/tcpip/tests/Makefile (TARGET_PCH): Reset.
* drivers/net/tcpip/*/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10569

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 23:12:33 +0000 (23:12 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* drivers/net/ndis/include/.cvsignore: New file.
* drivers/net/ndis/.cvsignore: Add *.d.
* drivers/net/ndis/Makefile (TARGET_PCH): Set to include/ndissys.h.
* drivers/net/ndis/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10568

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 22:51:57 +0000 (22:51 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* drivers/net/afd/include/.cvsignore: New file.
* drivers/net/afd/include/tdiconn.h: Don't include <afd.h>.
* drivers/net/afd/.cvsignore: Add *.d.
* drivers/net/afd/makefile (TARGET_PCH): Set to include/afd.h.

svn path=/trunk/; revision=10567

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 22:40:34 +0000 (22:40 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* subsys/system/taskmgr/.cvsignore: Add *.gch.
* subsys/system/taskmgr/precomp.h: New file.
* subsys/system/taskmgr/makefile (TARGET_PCH): Set to precomp.h.
* subsys/system/taskmgr/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10566

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 22:29:50 +0000 (22:29 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* subsys/system/usetup/.cvsignore: Add *.gch.
* subsys/system/usetup/precomp.h: New file.
* subsys/system/usetup/makefile (TARGET_PCH): Set to precomp.h.
* subsys/system/usetup/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10565

19 years ago2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 22:15:23 +0000 (22:15 +0000)]
2004-08-16  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* subsys/system/cmd/.cvsignore: Add *.gch.
* subsys/system/cmd/precomp.h: New file.
* subsys/system/cmd/Makefile (TARGET_PCH): Set to precomp.h.
* subsys/system/cmd/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10564

19 years agoSimplify precomp.h.
Casper Hornstrup [Sun, 15 Aug 2004 21:39:59 +0000 (21:39 +0000)]
Simplify precomp.h.

svn path=/trunk/; revision=10563

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 21:36:30 +0000 (21:36 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/user32/include/.cvsignore: New file.
* lib/user32/Makefile (TARGET_PCH): Set to include/user32.h.
* lib/user32/*/*.c: Use pre-compiled header.
* include/wine/debug.h (FIXME): Override previous declaration is needed.

svn path=/trunk/; revision=10562

19 years agoHandle shell link files contained in double quotes
Gé van Geldorp [Sun, 15 Aug 2004 21:01:14 +0000 (21:01 +0000)]
Handle shell link files contained in double quotes

svn path=/trunk/; revision=10561

19 years agoadded missing file
Thomas Bluemel [Sun, 15 Aug 2004 20:24:43 +0000 (20:24 +0000)]
added missing file

svn path=/trunk/; revision=10560

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 19:02:40 +0000 (19:02 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/userenv/.cvsignore: Add *.gch.
* lib/userenv/makefile (TARGET_PCH): Set to precomp.h.
* lib/userenv/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10559

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 18:53:07 +0000 (18:53 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/ws2_32/include/.cvsignore: New file.
* lib/ws2_32/makefile (TARGET_PCH): Set to include/ws2_32.h.
* lib/ws2_32/include/[catalog.h, handle.h]: Don't include ws2_32.h.

svn path=/trunk/; revision=10558

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 18:42:57 +0000 (18:42 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/gdi32/include/.cvsignore: New file.
* lib/gdi32/.cvsignore: Remove *.gch.

svn path=/trunk/; revision=10557

19 years ago2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sun, 15 Aug 2004 18:40:07 +0000 (18:40 +0000)]
2004-08-15  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* lib/gdi32/.cvsignore: Ignore *.gch.
* lib/gdi32/include/precomp.h: New file.
* lib/gdi32/Makefile (TARGET_PCH): Set to include/precomp.h.
* lib/gdi32/*/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10556