Conversion to NinjaRig.
This commit is contained in:
parent
84f56f0a4e
commit
2845347881
280 changed files with 18971 additions and 32469 deletions
16
src/crypto/argon2_hasher/common/DLLImport.h
Normal file
16
src/crypto/argon2_hasher/common/DLLImport.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// Created by Haifa Bogdan Adnan on 04.11.2018.
|
||||
//
|
||||
|
||||
#ifndef ARGON2_DLLIMPORT_H
|
||||
#define ARGON2_DLLIMPORT_H
|
||||
|
||||
#ifndef DLLEXPORT
|
||||
#ifndef _WIN64
|
||||
#define DLLEXPORT
|
||||
#else
|
||||
#define DLLEXPORT __declspec(dllimport)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif //ARGON2_DLLIMPORT_H
|
Loading…
Add table
Add a link
Reference in a new issue