22 Jul
2010
22 Jul
'10
3:29 p.m.
Piotr Caban <piotr(a)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. -- Alexandre Julliard julliard(a)winehq.org