1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-27 08:58:10 +00:00

Remove unused typedefs for windows build

Based on 96ea03db72
This commit is contained in:
jsteube 2016-09-05 12:30:51 +02:00
parent 8d661f7c40
commit 61d119b068

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