-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
how about:
#include <../include/stdint.h>
then you could add msinttypes to include path and include stdint.h using:
#include <stdint.h>
Could you also check for presence of inttypes.h in different versions of VS and
add proper ifdefs. vs2013 has inttypes.h
Original issue reported on code.google.com by pavlov.p...@gmail.com on 22 Jan 2014 at 5:54
Reactions are currently unavailable