sundarnagarajan / py-bcrypt

Automatically exported from code.google.com/p/py-bcrypt
Other
0 stars 0 forks source link

Patch for /bcrypt/pybc_blf.h #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Moved #include <stdint.h> out of the if statement because it doesn't compile on 
Win32.

Original issue reported on code.google.com by HartzF...@gmail.com on 26 Mar 2014 at 1:18

Attachments:

GoogleCodeExporter commented 8 years ago
Yeap, has same issue, but solved by adding stdlib.h into includes.

MSVC 2012

Original comment by uves...@gmail.com on 6 Jun 2014 at 3:27

GoogleCodeExporter commented 8 years ago
The 'stdlib.h' thing worked for me too.

Original comment by alexandr...@gmail.com on 26 Jul 2014 at 10:24

GoogleCodeExporter commented 8 years ago
The patch works fine (but be careful: not all Windows environments provides the 
stdint.h header file)

Original comment by d.m...@truelab.eu on 19 Feb 2015 at 1:51