Remove unused typedefs for windows build

Based on https://github.com/hashcat/hashcat/pull/485/commits/96ea03db72de1f1022de3ae11e0952ad8f9d83e6
This commit is contained in:
jsteube
2016-09-05 12:30:51 +02:00
parent 8d661f7c40
commit 61d119b068
-3
View File
@@ -89,9 +89,6 @@ typedef INT16 int16_t;
typedef INT32 int32_t;
typedef INT64 int64_t;
typedef UINT32 uint;
typedef UINT64 uint64_t;
typedef HINSTANCE OCL_LIB;
#ifdef HAVE_HWMON