reactos.git
18 years agoFix midimap/wavemap build
Alex Ionescu [Thu, 2 Jun 2005 03:21:17 +0000 (03:21 +0000)]
Fix midimap/wavemap build

svn path=/trunk/; revision=15727

18 years agothis was moved
Steven Edwards [Thu, 2 Jun 2005 02:12:48 +0000 (02:12 +0000)]
this was moved

svn path=/trunk/; revision=15726

18 years agoRemoved makefiles.
James Tabor [Thu, 2 Jun 2005 01:37:38 +0000 (01:37 +0000)]
Removed makefiles.

svn path=/trunk/; revision=15725

18 years agoFixed xml problem.
James Tabor [Thu, 2 Jun 2005 01:36:20 +0000 (01:36 +0000)]
Fixed xml problem.

svn path=/trunk/; revision=15724

18 years agoFixed xml problem.
James Tabor [Thu, 2 Jun 2005 01:36:07 +0000 (01:36 +0000)]
Fixed xml problem.

svn path=/trunk/; revision=15723

18 years agoDon't close port if opening failed
Hervé Poussineau [Wed, 1 Jun 2005 23:09:36 +0000 (23:09 +0000)]
Don't close port if opening failed

svn path=/trunk/; revision=15722

18 years ago- Start the logging thread from ServiceMain.
Eric Kohl [Wed, 1 Jun 2005 21:57:52 +0000 (21:57 +0000)]
- Start the logging thread from ServiceMain.
- Move UNICODE definition to the configuration file.
- Code cleanup.

svn path=/trunk/; revision=15721

18 years agoAdding Cromwell to usb.
James Tabor [Wed, 1 Jun 2005 21:55:36 +0000 (21:55 +0000)]
Adding Cromwell to usb.

svn path=/trunk/; revision=15720

18 years agoAdding Cromwell to usb.
James Tabor [Wed, 1 Jun 2005 21:55:09 +0000 (21:55 +0000)]
Adding Cromwell to usb.

svn path=/trunk/; revision=15719

18 years agoBuild the UNICODE version of the eventlog service.
Eric Kohl [Wed, 1 Jun 2005 19:43:32 +0000 (19:43 +0000)]
Build the UNICODE version of the eventlog service.

svn path=/trunk/; revision=15718

18 years agofixed warnings
Thomas Bluemel [Wed, 1 Jun 2005 19:01:12 +0000 (19:01 +0000)]
fixed warnings

svn path=/trunk/; revision=15717

18 years agosmall optimze for StretchBlt
Magnus Olsen [Wed, 1 Jun 2005 18:11:26 +0000 (18:11 +0000)]
small optimze for StretchBlt
Thanks Alex for the idea with neg for statement
it is still a ref implemnet and have some limits

svn path=/trunk/; revision=15716

18 years agoBuild with MP=1
Casper Hornstrup [Wed, 1 Jun 2005 17:28:51 +0000 (17:28 +0000)]
Build with MP=1

svn path=/trunk/; revision=15715

18 years agoRemove unneded file
Casper Hornstrup [Wed, 1 Jun 2005 17:27:55 +0000 (17:27 +0000)]
Remove unneded file

svn path=/trunk/; revision=15714

18 years agoFix some debug messages (do I need to patch this to wine?)
Alex Ionescu [Wed, 1 Jun 2005 01:59:05 +0000 (01:59 +0000)]
Fix some debug messages (do I need to patch this to wine?)

svn path=/trunk/; revision=15712

18 years agoFix some debug messages
Alex Ionescu [Wed, 1 Jun 2005 01:56:55 +0000 (01:56 +0000)]
Fix some debug messages

svn path=/trunk/; revision=15711

18 years agosmall optimze for StretchBlt
Magnus Olsen [Tue, 31 May 2005 23:58:14 +0000 (23:58 +0000)]
small optimze for StretchBlt
now do only getpixel ones instead call hole time on getpixel for the color value when it stretch to biger BMP
the hole stretchblt need to be optimze this code are geting it working bit faster and it is reference implementation

svn path=/trunk/; revision=15710

18 years agoSmall present for ion
Gé van Geldorp [Tue, 31 May 2005 22:06:18 +0000 (22:06 +0000)]
Small present for ion

svn path=/trunk/; revision=15709

18 years agoupdate wallpaper list
Klemens Friedl [Tue, 31 May 2005 20:47:11 +0000 (20:47 +0000)]
update wallpaper list

svn path=/trunk/; revision=15707

18 years agoDelete
Casper Hornstrup [Tue, 31 May 2005 20:40:27 +0000 (20:40 +0000)]
Delete

svn path=/trunk/; revision=15706

18 years agoMP configuration
Casper Hornstrup [Tue, 31 May 2005 20:39:13 +0000 (20:39 +0000)]
MP configuration

svn path=/trunk/; revision=15705

18 years agostrechblt
Magnus Olsen [Tue, 31 May 2005 19:44:36 +0000 (19:44 +0000)]
strechblt
gain very lite perfomen boost

svn path=/trunk/; revision=15704

18 years agoGenerate SMP friendly temporary filenames
Casper Hornstrup [Tue, 31 May 2005 17:30:54 +0000 (17:30 +0000)]
Generate SMP friendly temporary filenames

svn path=/trunk/; revision=15703

18 years agocomplete dummy hal
Magnus Olsen [Tue, 31 May 2005 15:46:26 +0000 (15:46 +0000)]
complete dummy hal

svn path=/trunk/; revision=15702

18 years agoFix a bugin strechblt. it can now zoom in or out in any bpp
Magnus Olsen [Tue, 31 May 2005 15:19:10 +0000 (15:19 +0000)]
Fix a bugin strechblt. it can now zoom in or out in any bpp
still this need todo
/* FIXME :  MaskOrigin, BrushOrigin, ClipRegion, Mode ? */
/* This is a reference implementation, it hasn't been optimized for speed */

svn path=/trunk/; revision=15701

18 years ago- Added a missing dereferencing in NtTerminateProcess.
Hartmut Birr [Tue, 31 May 2005 15:01:29 +0000 (15:01 +0000)]
- Added a missing dereferencing in NtTerminateProcess.
- Don't access already freed memory while sending messages to the termination port (in PspExitThread).

svn path=/trunk/; revision=15700

18 years agoTry always to open a file as named object first.
Hartmut Birr [Tue, 31 May 2005 14:56:55 +0000 (14:56 +0000)]
Try always to open a file as named object first.
This is necessary for the redirection to NUL which is used by the new build system.

svn path=/trunk/; revision=15699

18 years agoChanged the indentation to a more readable format (no other changes).
Hartmut Birr [Tue, 31 May 2005 14:51:53 +0000 (14:51 +0000)]
Changed the indentation to a more readable format (no other changes).

svn path=/trunk/; revision=15698

18 years agoimplement strechblt for all 8bpp this code are not optimze.
Magnus Olsen [Tue, 31 May 2005 14:11:02 +0000 (14:11 +0000)]
implement strechblt for all 8bpp this code are not optimze.
tested with winquake 8bpp to 16/32bpp.
/* FIXME :  MaskOrigin, BrushOrigin, ClipRegion, Mode ? */
/* This is a reference implementation, it hasn't been optimized for speed */

svn path=/trunk/; revision=15697

18 years agoAdd registry entries for serial mouse driver
Hervé Poussineau [Tue, 31 May 2005 13:49:41 +0000 (13:49 +0000)]
Add registry entries for serial mouse driver

svn path=/trunk/; revision=15696

18 years agoDon't try to detect serial ports at known I/O addresses. They have to be written...
Hervé Poussineau [Tue, 31 May 2005 10:35:22 +0000 (10:35 +0000)]
Don't try to detect serial ports at known I/O addresses. They have to be written in registry and enumerated by Root bus enumerator.
Get interrupt informations from AllocatedResourcesTranslated in IRP_MN_START_DEVICE

svn path=/trunk/; revision=15695

18 years agoChange Xml from msafd32.dll to msafd.dll.
James Tabor [Tue, 31 May 2005 08:02:29 +0000 (08:02 +0000)]
Change Xml from msafd32.dll to msafd.dll.

svn path=/trunk/; revision=15694

18 years agoBuild a correct console handle.
Hartmut Birr [Mon, 30 May 2005 23:22:15 +0000 (23:22 +0000)]
Build a correct console handle.

svn path=/trunk/; revision=15693

18 years agoRead resource requirements list for devices enumerated by Root bus
Hervé Poussineau [Mon, 30 May 2005 23:01:37 +0000 (23:01 +0000)]
Read resource requirements list for devices enumerated by Root bus

svn path=/trunk/; revision=15692

18 years agoWrite resource requirements list in the registry, instead of its address
Hervé Poussineau [Mon, 30 May 2005 22:55:09 +0000 (22:55 +0000)]
Write resource requirements list in the registry, instead of its address

svn path=/trunk/; revision=15691

18 years agoWork around problem in wrc
Gé van Geldorp [Mon, 30 May 2005 21:35:07 +0000 (21:35 +0000)]
Work around problem in wrc

svn path=/trunk/; revision=15690

18 years agoRevert last change, it was causing build problems. Go back to causing run
Gé van Geldorp [Mon, 30 May 2005 20:37:29 +0000 (20:37 +0000)]
Revert last change, it was causing build problems. Go back to causing run
problems instead (try Start/Run/Browse)

svn path=/trunk/; revision=15689

18 years agoCheck for a valid console handle.
Hartmut Birr [Mon, 30 May 2005 20:13:35 +0000 (20:13 +0000)]
Check for a valid console handle.

svn path=/trunk/; revision=15688

18 years ago- Don't duplicate the process handle.
Hartmut Birr [Mon, 30 May 2005 20:11:44 +0000 (20:11 +0000)]
- Don't duplicate the process handle.
- Do close the process and thread handle if the caller doesn't request it.

svn path=/trunk/; revision=15687

18 years agoAdd translation for "Templates" by unC0Rr
Aleksey Bragin [Mon, 30 May 2005 19:45:04 +0000 (19:45 +0000)]
Add translation for "Templates" by unC0Rr

svn path=/trunk/; revision=15686

18 years agoRevert some incorrect changes that were made during rbuild merge
Gé van Geldorp [Mon, 30 May 2005 19:19:06 +0000 (19:19 +0000)]
Revert some incorrect changes that were made during rbuild merge

svn path=/trunk/; revision=15685

18 years agoAdded russian translation for lib/userenv. Done by Dimtry Philippov.
Aleksey Bragin [Mon, 30 May 2005 18:46:49 +0000 (18:46 +0000)]
Added russian translation for lib/userenv. Done by Dimtry Philippov.

svn path=/trunk/; revision=15684

18 years agoDon't lock the primary surface just to get info we already have.
Filip Navara [Mon, 30 May 2005 13:00:50 +0000 (13:00 +0000)]
Don't lock the primary surface just to get info we already have.

svn path=/trunk/; revision=15681

18 years agoAdd MSVFW32 and MSWSOCK to the build.
Filip Navara [Mon, 30 May 2005 12:52:38 +0000 (12:52 +0000)]
Add MSVFW32 and MSWSOCK to the build.

svn path=/trunk/; revision=15680

18 years agoRemove redundant line...
Filip Navara [Mon, 30 May 2005 08:12:30 +0000 (08:12 +0000)]
Remove redundant line...

svn path=/trunk/; revision=15679

18 years agofix winquake color glitc bug
Magnus Olsen [Mon, 30 May 2005 07:27:22 +0000 (07:27 +0000)]
fix winquake color glitc bug
the text are now whie instead for black

svn path=/trunk/; revision=15678

18 years agoadd rospref to defualt build
Magnus Olsen [Sun, 29 May 2005 22:33:25 +0000 (22:33 +0000)]
add rospref to defualt build
and remove a makefile that is not need it
patch By WaxDragon

svn path=/trunk/; revision=15677

18 years agoPrevent kernel32.dll and winmm.dll from overlapping
Gé van Geldorp [Sun, 29 May 2005 21:40:17 +0000 (21:40 +0000)]
Prevent kernel32.dll and winmm.dll from overlapping

svn path=/trunk/; revision=15676

18 years agoAdded WS_VSCROLL to a language selection combobox (thx to unC0Rr)
Aleksey Bragin [Sun, 29 May 2005 21:16:29 +0000 (21:16 +0000)]
Added WS_VSCROLL to a language selection combobox (thx to unC0Rr)

svn path=/trunk/; revision=15675

18 years agoremove old makefile add xml makefile
Magnus Olsen [Sun, 29 May 2005 21:00:11 +0000 (21:00 +0000)]
remove old makefile add xml makefile

svn path=/trunk/; revision=15674

18 years agofix expand.exe compile and include on the bootcd
Magnus Olsen [Sun, 29 May 2005 20:58:38 +0000 (20:58 +0000)]
fix expand.exe compile and include on the bootcd

svn path=/trunk/; revision=15673

18 years agoFix function bug
Alex Ionescu [Sun, 29 May 2005 20:49:56 +0000 (20:49 +0000)]
Fix function bug

svn path=/trunk/; revision=15672

18 years agoRead device instance IDs in registry instead of forcing 0000. This allows more than...
Hervé Poussineau [Sun, 29 May 2005 19:48:43 +0000 (19:48 +0000)]
Read device instance IDs in registry instead of forcing 0000. This allows more than one instance for each device enumerated by Root bus.
Be ready to have resource requirements for each device instance (not used ATM)
Replace some ExAllocatePool/ExFreePool with ExAllocatePoolWithTag/ExFreePoolWithTag

svn path=/trunk/; revision=15671

18 years agoWrappers for debug builds only, like before.
Alex Ionescu [Sun, 29 May 2005 19:41:24 +0000 (19:41 +0000)]
Wrappers for debug builds only, like before.

svn path=/trunk/; revision=15670

18 years agoDon't build as Unicode
Gé van Geldorp [Sun, 29 May 2005 19:06:30 +0000 (19:06 +0000)]
Don't build as Unicode

svn path=/trunk/; revision=15669

18 years agoInstall explorer-cfg-template.xml
Casper Hornstrup [Sun, 29 May 2005 16:07:35 +0000 (16:07 +0000)]
Install explorer-cfg-template.xml

svn path=/trunk/; revision=15668

18 years agoBuild at 2GB like before
Alex Ionescu [Sun, 29 May 2005 16:07:05 +0000 (16:07 +0000)]
Build at 2GB like before

svn path=/trunk/; revision=15667

18 years agoChange the object to non permanent if an error occurs (in NtCreateDirectoryObject).
Hartmut Birr [Sun, 29 May 2005 15:43:53 +0000 (15:43 +0000)]
Change the object to non permanent if an error occurs (in NtCreateDirectoryObject).

svn path=/trunk/; revision=15666

18 years agoReset the permanent flag if the object is changed to non permanent.
Hartmut Birr [Sun, 29 May 2005 15:41:24 +0000 (15:41 +0000)]
Reset the permanent flag if the object is changed to non permanent.

svn path=/trunk/; revision=15665

18 years agoLock the directory while it is parsed.
Hartmut Birr [Sun, 29 May 2005 15:37:47 +0000 (15:37 +0000)]
Lock the directory while it is parsed.

svn path=/trunk/; revision=15664

18 years agoremove some unse Makefile.ros-template files
Magnus Olsen [Sun, 29 May 2005 15:17:38 +0000 (15:17 +0000)]
remove some unse Makefile.ros-template files
not longer need it

svn path=/trunk/; revision=15663

18 years agoSet entry point to zero.
Filip Navara [Sun, 29 May 2005 15:10:11 +0000 (15:10 +0000)]
Set entry point to zero.

svn path=/trunk/; revision=15662

18 years agovgamp.sys, not vgamp.dll
Casper Hornstrup [Sun, 29 May 2005 15:05:22 +0000 (15:05 +0000)]
vgamp.sys, not vgamp.dll

svn path=/trunk/; revision=15661

18 years agoInstall to system32
Casper Hornstrup [Sun, 29 May 2005 14:51:17 +0000 (14:51 +0000)]
Install to system32

svn path=/trunk/; revision=15660

18 years agoInstall more modules
Casper Hornstrup [Sun, 29 May 2005 14:35:36 +0000 (14:35 +0000)]
Install more modules

svn path=/trunk/; revision=15659

18 years agoUse standard debug macros
Gé van Geldorp [Sun, 29 May 2005 14:26:21 +0000 (14:26 +0000)]
Use standard debug macros

svn path=/trunk/; revision=15658

18 years agoregsvr32.exe, not regsvr32.dll
Casper Hornstrup [Sun, 29 May 2005 14:09:04 +0000 (14:09 +0000)]
regsvr32.exe, not regsvr32.dll

svn path=/trunk/; revision=15657

18 years agoAutodetect nasm
Casper Hornstrup [Sun, 29 May 2005 11:51:37 +0000 (11:51 +0000)]
Autodetect nasm

svn path=/trunk/; revision=15656

18 years agoimplement 'delete' command
Martin Fuchs [Sun, 29 May 2005 11:42:46 +0000 (11:42 +0000)]
implement 'delete' command

svn path=/trunk/; revision=15655

18 years agoswitch to SHFileOperation() for file copy and move operations
Martin Fuchs [Sun, 29 May 2005 09:58:47 +0000 (09:58 +0000)]
switch to SHFileOperation() for file copy and move operations

svn path=/trunk/; revision=15654

18 years agohandle copy/move for already existing target directories
Martin Fuchs [Sun, 29 May 2005 09:39:31 +0000 (09:39 +0000)]
handle copy/move for already existing target directories

svn path=/trunk/; revision=15653

18 years agoimplement file copying
Martin Fuchs [Sun, 29 May 2005 08:47:23 +0000 (08:47 +0000)]
implement file copying

svn path=/trunk/; revision=15652

18 years agorefresh display after executing a context menu command
Martin Fuchs [Sun, 29 May 2005 08:38:23 +0000 (08:38 +0000)]
refresh display after executing a context menu command

svn path=/trunk/; revision=15651

18 years agoFix ASSERT conditions.
Filip Navara [Sun, 29 May 2005 07:29:59 +0000 (07:29 +0000)]
Fix ASSERT conditions.

svn path=/trunk/; revision=15650

18 years agoremove some ros-tempöate from old building system
Magnus Olsen [Sun, 29 May 2005 01:04:44 +0000 (01:04 +0000)]
remove some ros-tempöate from old building system

svn path=/trunk/; revision=15649

18 years agofix gcc4 warnings
Thomas Bluemel [Sun, 29 May 2005 00:04:41 +0000 (00:04 +0000)]
fix gcc4 warnings

svn path=/trunk/; revision=15648

18 years agothis two file are not need any longer
Magnus Olsen [Sat, 28 May 2005 23:38:58 +0000 (23:38 +0000)]
this two file are not need any longer

svn path=/trunk/; revision=15647

18 years agoRemove two file that are not need any longer
Magnus Olsen [Sat, 28 May 2005 23:34:24 +0000 (23:34 +0000)]
Remove two file that are not need any longer
fix some compilings warings

svn path=/trunk/; revision=15646

18 years agodisable assert until someone fixes this
Alex Ionescu [Sat, 28 May 2005 23:26:37 +0000 (23:26 +0000)]
disable assert until someone fixes this

svn path=/trunk/; revision=15645

18 years agomising desk.rc in the xml files
Magnus Olsen [Sat, 28 May 2005 23:16:12 +0000 (23:16 +0000)]
mising desk.rc in the xml files
de.rc and cz.rc a resuse id was change

svn path=/trunk/; revision=15644

18 years agoMore fixes from yours truly
Alex Ionescu [Sat, 28 May 2005 23:06:49 +0000 (23:06 +0000)]
More fixes from yours truly

svn path=/trunk/; revision=15643

18 years agomore build fixes
Alex Ionescu [Sat, 28 May 2005 22:56:14 +0000 (22:56 +0000)]
more build fixes

svn path=/trunk/; revision=15642

18 years agomore build fixes
Alex Ionescu [Sat, 28 May 2005 22:48:33 +0000 (22:48 +0000)]
more build fixes

svn path=/trunk/; revision=15641

18 years agolittle fix
Thomas Bluemel [Sat, 28 May 2005 22:40:04 +0000 (22:40 +0000)]
little fix

svn path=/trunk/; revision=15640

18 years agoAdded usbuhci to xml file.
James Tabor [Sat, 28 May 2005 22:25:51 +0000 (22:25 +0000)]
Added usbuhci to xml file.

svn path=/trunk/; revision=15639

18 years agoAdded usbohci to xml file.
James Tabor [Sat, 28 May 2005 22:25:29 +0000 (22:25 +0000)]
Added usbohci to xml file.

svn path=/trunk/; revision=15638

18 years agoAdded usbehci to xml file.
James Tabor [Sat, 28 May 2005 22:25:09 +0000 (22:25 +0000)]
Added usbehci to xml file.

svn path=/trunk/; revision=15637

18 years agoAdded usb miniport to xml file.
James Tabor [Sat, 28 May 2005 22:24:22 +0000 (22:24 +0000)]
Added usb miniport to xml file.

svn path=/trunk/; revision=15636

18 years agoAdded usb miniport to xml file.
James Tabor [Sat, 28 May 2005 22:23:51 +0000 (22:23 +0000)]
Added usb miniport to xml file.

svn path=/trunk/; revision=15635

18 years agomake rbuild compile with gcc4
Thomas Bluemel [Sat, 28 May 2005 22:22:25 +0000 (22:22 +0000)]
make rbuild compile with gcc4

svn path=/trunk/; revision=15634

18 years agoFix some build problems
Alex Ionescu [Sat, 28 May 2005 22:18:44 +0000 (22:18 +0000)]
Fix some build problems

svn path=/trunk/; revision=15633

18 years agofix case problem of sv.rc third (and hopefully last ;-) time for unix+windows builds
Martin Fuchs [Sat, 28 May 2005 22:12:40 +0000 (22:12 +0000)]
fix case problem of sv.rc third (and hopefully last ;-) time for unix+windows builds

svn path=/trunk/; revision=15632

18 years agoMake compiler happy
Gé van Geldorp [Sat, 28 May 2005 22:08:49 +0000 (22:08 +0000)]
Make compiler happy

svn path=/trunk/; revision=15631

18 years agoRobert Shearman <rob@codeweavers.com>
Gé van Geldorp [Sat, 28 May 2005 22:04:24 +0000 (22:04 +0000)]
Robert Shearman <rob@codeweavers.com>
- Rename DllRegisterServer and DllUnregisterServer to avoid confusion
  with the COM functions of different signatures.

svn path=/trunk/; revision=15630

18 years agoAlexandre Julliard <julliard@winehq.org>
Gé van Geldorp [Sat, 28 May 2005 22:01:15 +0000 (22:01 +0000)]
Alexandre Julliard <julliard@winehq.org>
- Added rules for building import libraries in the individual dll
  makefiles, and added support for building a .def.a static import
  library too.
- Removed unnecessary code in the 16-bit DllEntryPoint function of some
  dlls, and also fixed its ordinal in a few places.
Mike McCormack <mike@codeweavers.com>
- Make WINMM_IData statically allocated.
- Make multimedia threads high priority.
Robert Reif <reif@earthlink.net>
- Change FIXME to WARN.
- Set thread priority for timer thread.
- Add timer thread priority test.

svn path=/trunk/; revision=15629

18 years agoAdded def to xml file.
James Tabor [Sat, 28 May 2005 22:00:46 +0000 (22:00 +0000)]
Added def to xml file.

svn path=/trunk/; revision=15628

18 years agoAdded def to xml file.
James Tabor [Sat, 28 May 2005 22:00:27 +0000 (22:00 +0000)]
Added def to xml file.

svn path=/trunk/; revision=15627

18 years agouse right optimization setting
Alex Ionescu [Sat, 28 May 2005 21:46:37 +0000 (21:46 +0000)]
use right optimization setting

svn path=/trunk/; revision=15626

18 years agoAlexandre Julliard <julliard@winehq.org>
Gé van Geldorp [Sat, 28 May 2005 21:44:21 +0000 (21:44 +0000)]
Alexandre Julliard <julliard@winehq.org>
- Added rules for building import libraries in the individual dll
  makefiles, and added support for building a .def.a static import
  library too.
Troy Rollo <wine@troy.rollo.name>
- Implement URLMonikerImpl_BindToStorage.
- Correct bug truncating downloaded files to 4096 bytes.
Jacek Caban <jack@itma.pwr.wroc.pl>
- Separated IBinding and IMoniker interfaces.
Mike McCormack <mike@codeweavers.com>
- Add the missing interface method PromptAction to
  IInternetZoneManager.
- Stub implementation for GetSoftwareUpdateInfo.
Francois Gouget <fgouget@free.fr>
- Update win32.api to match the current sources.
- Declare CoGetClassObjectFromURL() in urlmon.h.
Christian Costa <titan.costa@wanadoo.fr>
- Added stub implementation for CoGetClassObjectFromURL.

svn path=/trunk/; revision=15625

18 years agoTemp Fix until I figure out what is wrong with Asserts.
James Tabor [Sat, 28 May 2005 21:40:01 +0000 (21:40 +0000)]
Temp Fix until I figure out what is wrong with Asserts.

svn path=/trunk/; revision=15624