Re: [PATCH 1/3] msvcp90: Added allocator implementation

2010-07-22 Thread Alexandre Julliard
Alexandre Julliard writes: > Piotr Caban writes: > >> + >> +#include "config.h" >> +#include "wine/port.h" > > You can't use port.h in files that use msvcrt headers, it will cause > conflicts. Most likely you don't want to import msvcrt in msvcp90, only > load it at run-time. Actually it turns

Re: [PATCH 1/3] msvcp90: Added allocator implementation

2010-07-22 Thread Alexandre Julliard
Piotr Caban writes: > + > +#include "config.h" > +#include "wine/port.h" You can't use port.h in files that use msvcrt headers, it will cause conflicts. Most likely you don't want to import msvcrt in msvcp90, only load it at run-time. -- Alexandre Julliard julli...@winehq.org