1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 01:50:10 +00:00

fixing calling conventions in ext_adl.h

This commit is contained in:
jsteube 2016-10-01 13:25:51 +02:00
parent 0baa677e68
commit ac9315190e

View File

@ -245,7 +245,9 @@ typedef struct ADLOD6PowerControlInfo
int iExtMask;
} ADLOD6PowerControlInfo;
#if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
#if defined (__MSC_VER)
#define ADL_API_CALL __cdecl
#elif defined (_WIN32) || defined (__WIN32__) || defined (__CYGWIN__)
#define ADL_API_CALL __stdcall
#else
#define ADL_API_CALL