summaryrefslogtreecommitdiff
path: root/bcrypt/pybc_blf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-07-27 20:13:49 +1000
committerDamien Miller <djm@mindrot.org>2013-07-27 20:13:49 +1000
commit9b74f402568e135995a5730edd074136be93f7bd (patch)
tree307af99a99dea48d6ecbab5f59a221d996de9313 /bcrypt/pybc_blf.h
parent9fed64732dd4201bc0f6a39f8c457978cf0bbd50 (diff)
downloadpy-bcrypt-9b74f402568e135995a5730edd074136be93f7bd.tar.gz
fix compilation errors on VS2008; mostly from a patch from Florian Ruechel
issue#1
Diffstat (limited to 'bcrypt/pybc_blf.h')
-rw-r--r--bcrypt/pybc_blf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcrypt/pybc_blf.h b/bcrypt/pybc_blf.h
index 92e8ea2..55ac12c 100644
--- a/bcrypt/pybc_blf.h
+++ b/bcrypt/pybc_blf.h
@@ -34,7 +34,7 @@
#ifndef _PYBC_BLF_H_
#define _PYBC_BLF_H_
-#if defined(_MSC_VER)
+#if defined(_WIN32)
typedef unsigned __int8 u_int8_t;
typedef unsigned __int16 u_int16_t;
typedef unsigned __int32 u_int32_t;