Bidi B patch

Jeff Smith whydoubt at yahoo.com
Wed Jun 25 13:39:34 CDT 2003


I'm sorry, so maybe it is not necessary, but how does
doing it the 'right way' add confusion?

 -- Jeff Smith


--- Alexandre Julliard <julliard at winehq.org> wrote:
> Shachar Shemesh <wine-patches at shemesh.biz> writes:
> 
> > -#include "config.h"
> > -#include "wine/port.h"
> > +#include <config.h>
> > +#include <wine/port.h>
> >  
> >  #include <stdlib.h>
> >  #include <string.h>
> >  #include <assert.h>
> > -#include "winerror.h"
> > -#include "winnls.h"
> > -#include "wownt32.h"
> > -#include "gdi.h"
> > -#include "wine/unicode.h"
> > -#include "wine/debug.h"
> > +#include <winerror.h>
> > +#include <winnls.h>
> > +#include <wownt32.h>
> > +#include <gdi.h>
> > +#include <wine/unicode.h>
> > +#include <wine/debug.h>
> > +#include "gdibidi.h"
> 
> Please don't change include quotes when modifying a file. It's not
> necessary, and only adds confusion.
> 
> -- 
> Alexandre Julliard
> julliard at winehq.com
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com



More information about the wine-devel mailing list