[PATCH 1/3] msvcp90: Added allocator<char> implementation

Alexandre Julliard julliard at winehq.org
Thu Jul 22 10:44:13 CDT 2010


Alexandre Julliard <julliard at winehq.org> writes:

> Piotr Caban <piotr at codeweavers.com> 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 out it's not really needed here, I'll take it out.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list