On 2/14/17, Bart Smissaert <bart.smissa...@gmail.com> wrote:
> The problem seems to be with a #define followed by a opening curly brace,
> also for example:
> #define WRITE_UTF8(zOut, c) { \
> at line 27227
>
> Could it be that VS needs some setting to recognize this construction?
>

Why does it work for me when I type:

    nmake /f makefile.msc

Are you modifying the source file or the makefile.msc in some way?
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to