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:
parent
0baa677e68
commit
ac9315190e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user