DenVdmj / xdelta

Automatically exported from code.google.com/p/xdelta (actual: https://github.com/jmacd/xdelta-devel/)
0 stars 0 forks source link

typedef conflict with stdint.h in MSVC10.(compile issue) #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

/*----------start---------*/
#include <stdint.h>
#include "xdelta3.h"
int main()
{
  return 0;
}
/*------------end-----------*/
1. compile above file with visual studio 2010.
2. compiling will failed due to type redefination error. 

Original issue reported on code.google.com by cosmo.s...@gmail.com on 11 Sep 2012 at 8:02

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by josh.mac...@gmail.com on 24 Sep 2012 at 4:12

GoogleCodeExporter commented 9 years ago
SVN 374

Original comment by josh.mac...@gmail.com on 5 Nov 2012 at 6:54

GoogleCodeExporter commented 9 years ago
Released in 3.0.5

Original comment by josh.mac...@gmail.com on 13 Nov 2012 at 6:22