Thanks for the review. This is now checked into HEAD.
> -----Original Message-----
> From: Greg Wright [mailto:gwright real.com]
> Sent: Friday, June 23, 2006 1:58 PM
> To: ehyche real.com
> Cc: datatype-dev lists.helixcommunity.org
> Subject: Re: [datatype-dev] CR-Client: fix release
build
> buster in datatype/common/basehost
>
> Looks good.
> --greg.
>
> ehyche real.com wrote:
> > Description
> > --------------------------------------------
> > Including hxerror.h fixes a build buster when
doing
> > a release build of datatype/common/basehost on
Windows.
> > hxerror.h is included by default when you do a
debug build,
> > and sometimes its lack of inclusion is not caught
> > until you do a release build.
> >
> > Files Modified
> > --------------------------------------------
> >
datatype/common/basehost/pub/base_hosted_fileformat.h
> >
> > Branches
> > --------------------------------------------
> > HEAD only
> >
> > Index: pub/base_hosted_fileformat.h
> >
============================================================
=======
> > RCS file:
>
/cvsroot/datatype/common/basehost/pub/base_hosted_fileformat
.h,v
> > retrieving revision 1.4
> > diff -u -w -r1.4 base_hosted_fileformat.h
> > --- pub/base_hosted_fileformat.h 24 May
2006
> 17:09:08 -0000 1.4
> > +++ pub/base_hosted_fileformat.h 23 Jun
2006 14:11:50 -0000
> >  -57,6 +57,7 
> > #include "hxpends.h"
> > #include "hxcomm.h"
> > #include "hxguestplayer.h"
> > +#include "hxerror.h"
> > #include "baseobj.h"
> > #include "unkimp.h"
> >
> >
> > _______________________________________________
> > Datatype-dev mailing list
> > Datatype-dev helixcommunity.org
> > http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
> >
>
_______________________________________________
Datatype-dev mailing list
Datatype-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
|